powered by
binance_us_recent_trades
binance_us_recent_trades(symbol, limit, timeout_seconds = 60)
returns a dataframe containing the most recent trades executed for the designated currency pair on Binance US
the trading pair for which you wish to retrieve data.
the number of results to return. The maximum is 1,000.
seconds until the query times out. Default is 60.
symbol <- 'LTCBTC' limit <- '1000' binance_us_recent_trades(symbol, limit, 4.5)
Run the code above in your browser using DataLab