Learn R Programming

cryptotrackr (version 1.3.3)

binance_us_system_status: binance_us_system_status

Description

binance_us_system_status

Usage

binance_us_system_status(key, secret, timeout_seconds = 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.

Arguments

key

your Binance.US API key

secret

your Binance.US secret key

timeout_seconds

seconds until the query times out. Default is 60.

Examples

Run this code
if (FALSE) {
key <- "..."
secret <- "..."
system_status <- binance_us_system_status(key, secret)}

Run the code above in your browser using DataLab