authenticate | R Documentation |
Set Binance REST API key & secret
authenticate(key = NULL, secret = NULL)
key |
API key. |
secret |
API secret. |
authenticate(
key = Sys.getenv("BINANCE_API_KEY"),
secret = Sys.getenv("BINANCE_API_SECRET")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.