kucoin_subaccounts | R Documentation |
kucoin_subaccounts
kucoin_subaccounts(
api_key,
api_secret,
passphrase,
version = "2",
timeout_seconds = 60
)
api_key |
your Kucoin API key. |
api_secret |
your Kucoin API secret. |
passphrase |
the passphrase you created when you created your Kucoin API key. |
version |
your API key version. This can be retrieved from your Kucoin API console. The default value is "2". |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns a list containing your Kucoin sub-accounts.
## Not run:
api_key <- "..."
api_secret <- "..."
passphrase <- "..."
accounts <- kucoin_subaccounts(api_key, api_secret, passphrase)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.