Get Binance Spot historical block trades
Source:R/endpoints-spot-market.R
spot_get_historical_block_trades.RdGet Binance Spot historical block trades
Usage
spot_get_historical_block_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 block 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().