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