binance_us_recent_trades {cryptotrackr} | R Documentation |
binance_us_recent_trades
Description
binance_us_recent_trades
Usage
binance_us_recent_trades(symbol, limit, timeout_seconds = 60)
Arguments
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. |
Value
returns a dataframe containing the most recent trades executed for the designated currency pair on Binance US
Examples
symbol <- 'LTCBTC'
limit <- '1000'
binance_us_recent_trades(symbol, limit, 4.5)
[Package cryptotrackr version 1.3.3 Index]