binance_us_recent_trades | R Documentation |
binance_us_recent_trades
binance_us_recent_trades(symbol, limit, timeout_seconds = 60)
symbol |
the trading pair for which you wish to retrieve data. |
limit |
the number of results to return. The maximum is 1,000. |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns a dataframe containing the most recent trades executed for the designated currency pair on Binance US
symbol <- 'LTCBTC'
limit <- '1000'
binance_us_recent_trades(symbol, limit, 4.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.