ftx_coin_balances | R Documentation |
Returns balances coin balances of all accounts if accounts argument is left empty or returns the balances of the specified accounts.
ftx_coin_balances(key, secret, ..., accounts = c())
key |
A client's key |
secret |
A client's secret |
... |
Additional parameters to pass to API request |
accounts |
Optional parameter. A vector of client sub-accounts |
A list of three elements: a logical vector success: FALSE/TRUE, failure_reason: reason for failure if success is FALSE, NA otherwise, data: a tibble containing the data if success is TRUE
ftx_coin_balances(key="", secret="", accounts = c())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.