Issue relating to public_candles
and public_orderbook
fixed.
This is a totally new implementation based on httr
. The older versions were built on RCurl
are now unsupported due to certificate and content structure related issues.
All auth
based functions.
None
1. Updated documentation to provide clarity on date usage for public_candles()
2. Created new function list_orders()
via pull request contribution from skivalov. Related documentation update
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.