powered by
binance_us_system_status
binance_us_system_status(key, secret, timeout_seconds = 60)
returns the status of the Binance.US API. The response will either be a "0" for normal or a "1" for system maintenance.
your Binance.US API key
your Binance.US secret key
seconds until the query times out. Default is 60.
if (FALSE) { key <- "..." secret <- "..." system_status <- binance_us_system_status(key, secret)}
Run the code above in your browser using DataLab