Get Binance Futures composite index information
Source:R/endpoints-futures-market.R
futures_get_index_info.RdGet Binance Futures composite index information
Usage
futures_get_index_info(
symbol = NULL,
json_list = FALSE,
config = config_futures()
)Arguments
- symbol
Optional composite-index symbol.
- json_list
If
TRUE, return the parsed list instead of adata.table.- config
A futures configuration created by
config_futures().