binance_us_system_status: binance_us_system_status

View source: R/binance_us.R

binance_us_system_statusR 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)

cryptotrackr documentation built on June 22, 2024, 10:39 a.m.