Get Binance Spot reference price calculation metadata
Source:R/endpoints-spot-market.R
spot_get_reference_price_calculation.RdGet Binance Spot reference price calculation metadata
Usage
spot_get_reference_price_calculation(
symbol,
symbol_status = NULL,
config = config_spot()
)Arguments
- symbol
Trading pair symbol, for example
"BTCUSDT".- symbol_status
Optional trading status filter.
- config
A spot configuration created by
config_spot().