list_futures_contracts | futures_list_futures_contracts_desc | - settle (string, optional): Settlement currency, usdt or btc
- limit (number, optional): Maximum number to return
- offset (number, optional): Offset for pagination
| futures_list_futures_contracts_returns |
get_futures_contract | futures_get_futures_contract_desc | - contract (string, required): Contract identifier, e.g., BTC_USDT
- settle (string, optional): Settlement currency, default usdt
| futures_get_futures_contract_returns |
get_futures_tickers | futures_get_futures_tickers_desc | - settle (string, optional): Settlement currency, default usdt
- contract (string, optional): Contract identifier. Returns all if not specified
| futures_get_futures_tickers_returns |
get_futures_order_book | futures_get_futures_order_book_desc | - contract (string, required): Contract identifier
- settle (string, optional): Settlement currency, default usdt
- interval (string, optional): Price precision merge level
- limit (number, optional): Number of levels
- with_id (boolean, optional): Whether to return depth update ID
| futures_get_futures_order_book_returns |
get_futures_trades | futures_get_futures_trades_desc | - contract (string, required): Contract identifier
- settle (string, optional): Settlement currency, default usdt
- limit (number, optional): Number of records
- offset (number, optional): Offset for pagination
- last_id (string, optional): Pagination cursor
- from (number, optional): Start timestamp (seconds)
- to (number, optional): End timestamp (seconds)
| futures_get_futures_trades_returns |
get_futures_candlesticks | futures_get_futures_candlesticks_desc | - contract (string, required): Contract identifier
- settle (string, optional): Settlement currency, default usdt
- interval (string, optional): K-line period
- limit (number, optional): Number of data points
- from (number, optional): Start timestamp (seconds)
- to (number, optional): End timestamp (seconds)
- timezone (string, optional): Timezone: all, utc0, utc8
| futures_get_futures_candlesticks_returns |
get_futures_funding_rate | futures_get_futures_funding_rate_desc | - contract (string, required): Contract identifier
- settle (string, optional): Settlement currency, default usdt
- limit (number, optional): Number of records
- from (number, optional): Start timestamp
- to (number, optional): End timestamp
| futures_get_futures_funding_rate_returns |
get_futures_premium_index | futures_get_futures_premium_index_desc | - contract (string, required): Contract identifier
- settle (string, optional): Settlement currency, default usdt
- interval (string, optional): Data point interval
- limit (number, optional): Number of data points
- from (number, optional): Start timestamp (seconds)
- to (number, optional): End timestamp (seconds)
| futures_get_futures_premium_index_returns |
list_futures_liq_orders | futures_list_futures_liq_orders_desc | - settle (string, optional): Settlement currency, default usdt
- contract (string, optional): Contract identifier. Returns all if not specified
- limit (number, optional): Number of records
- from (number, optional): Start timestamp
- to (number, optional): End timestamp
| futures_list_futures_liq_orders_returns |