powered by
binance_us_account_info
binance_us_account_info(key, secret, timeout_seconds = 60)
returns a list containing information about your account
your Binance.US API key
your Binance.US secret key
seconds until the query times out. Default is 60.
if (FALSE) { key <- "..." secret <- "..." account_info <- binance_us_account_info(key, secret, 4.5)}
Run the code above in your browser using DataLab