Get Binance Spot historical trades
Usage
spot_get_historical_trades(
symbol,
limit = 500,
fromId = NULL,
json_list = FALSE,
config = config_spot()
)Arguments
- symbol
Trading pair symbol, for example
"BTCUSDT".- limit
Maximum number of rows to return.
- fromId
Optional trade identifier to fetch from.
- json_list
If
TRUE, return the parsed list instead of adata.table.- config
A spot configuration created by
config_spot().