binance_us_system_status {cryptotrackr}R Documentation

binance_us_system_status

Description

binance_us_system_status

Usage

binance_us_system_status(key, secret, timeout_seconds = 60)

Arguments

key

your Binance.US API key

secret

your Binance.US secret key

timeout_seconds

seconds until the query times out. Default is 60.

Value

returns the status of the Binance.US API. The response will either be a "0" for normal or a "1" for system maintenance.

Examples

## Not run: 
key <- "..."
secret <- "..."
system_status <- binance_us_system_status(key, secret)
## End(Not run)

[Package cryptotrackr version 1.3.3 Index]