Get Binance Spot trading day ticker statistics
Source:R/endpoints-spot-market.R
spot_get_trading_day_ticker.RdGet Binance Spot trading day ticker statistics
Usage
spot_get_trading_day_ticker(
symbol = NULL,
symbols = NULL,
timeZone = NULL,
type = c("FULL", "MINI"),
symbol_status = NULL,
json_list = FALSE,
config = config_spot()
)Arguments
- symbol
Optional trading pair symbol.
- symbols
Optional character vector of trading pair symbols.
- timeZone
Optional timezone string accepted by Binance.
- type
One of
"FULL"or"MINI".- symbol_status
Optional trading status filter.
- json_list
If
TRUE, return the parsed list instead of converting array responses todata.table.- config
A spot configuration created by
config_spot().