None
1. Updated base_url to in auth & parse_response functions.
2. updated documentation in README.md and DESCRIPTION files.
None
1. Updated cancel_order to take an order_id as an optional parameter.
2. Created open_orders to list all open orders.
add_order was broken for market & limit order types after the stop order built in. Now all orders can be successfully placed.Only documentation updates like fixing typos and providing clarification on usage. No changes have been made to any code or functions.
fills() function has been enhanced to include product_id. Now users can get the fills for a given product-currency pair.add_order() function has been enhanced to include stop and stop_price. Users can now add either a stop-loss or a stop-entry order. The function was also enhanced for continue adding market orders without specifying the price which was original mandatory.