binance_us_system_status | R Documentation |
binance_us_system_status
binance_us_system_status(key, secret, timeout_seconds = 60)
key |
your Binance.US API key |
secret |
your Binance.US secret key |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns the status of the Binance.US API. The response will either be a "0" for normal or a "1" for system maintenance.
## Not run:
key <- "..."
secret <- "..."
system_status <- binance_us_system_status(key, secret)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.