Description Usage Arguments Value Examples
This is an auth based function. User must have valid api keys generated by GDAX which must be passed as mandatory arguments. The function will return all open orders for all currencies. This is an extendion of holds
& fills
.
1 | open_orders(api.key, secret, passphrase)
|
api.key |
Mandatory character value. This is the API key as generated by GDAX. Typically a 32 character value. |
secret |
Mandatory character value. This is the API secret as generated by GDAX. Typically a 88 character value. |
passphrase |
Mandatory character value. This is the passphrase as generated by GDAX. Typically a 11 character value. |
Dataframe with all orders and their status for that currency.
1 2 3 4 | ## Not run:
order_info(api.key = your_key, secret = your_api_secret, passphrase = your_api_pass)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.