Only versions that were once on CRAN are tracked here with links. Dev versions may be listed without links.
The auth
function now supports both the sandbox and production environment which can be changed with a parameter.
None
1. auth
functions now includes support for sandbox.
[1.2.2]
This is a totally new implementation based on httr
. The older versions (1.0) were built on RCurl
are now unsupported due to certificate and content structure related issues. Since version 1.1 new implementation was only on dev branch and was not documented. V1.2.1 is now on CRAN and the doc is up to date. The details below are since V1.0.
README.md
updated to include the pending section with new functions based on the latest API docs.
Issue relating to public_candles
and public_orderbook
fixed.
1.All auth
based functions.
2. Updated documentation to provide clarity on date usage for public_candles()
3. 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 formarket
&limit
order types after thestop 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.
- The
fills()
function has been enhanced to includeproduct_id
. Now users can get the fills for a given product-currency pair. - The
add_order()
function has been enhanced to includestop
andstop_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.