| binance_us_account_info | R Documentation | 
binance_us_account_info
binance_us_account_info(key, secret, timeout_seconds = 60)
| key | your Binance.US API key | 
| secret | your Binance.US secret key | 
| timeout_seconds | seconds until the query times out. Default is 60. | 
returns a list containing information about your account
## Not run: 
key <- "..."
secret <- "..."
account_info <- binance_us_account_info(key, secret, 4.5)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.