Expand description
Type definitions and constants for Binance Futures markets
This module contains the types and constants used for Binance Futures API interactions, including WebSocket and REST API endpoints.
Enums§
- Binance
Futures Contract Type - Futures contract types
- Binance
Futures Kline Interval - Kline/Candlestick intervals for futures
- Binance
Futures Margin Type - Margin type for futures
- Binance
Futures Order Side - Order side (Buy or Sell)
- Binance
Futures Order Status - Order status values for futures
- Binance
Futures Order Type - Work order types supported by Binance Futures
- Binance
Futures Position Side - Position side for futures
- Binance
Futures Time InForce - Time in force options for futures orders
- Binance
Futures Working Type - Working type for futures orders
Constants§
- BINANCE_
COIN_ FUTURES_ API_ URL - Base URL for Binance COIN-M Futures REST API
- BINANCE_
COIN_ FUTURES_ WS_ COMBINED_ URL - Base URL for Binance COIN-M Futures WebSocket combined streams
- BINANCE_
COIN_ FUTURES_ WS_ URL - Base URL for Binance COIN-M Futures WebSocket API
- BINANCE_
FUTURES_ RATE_ LIMITS - Rate limits for Binance Futures API
- BINANCE_
USD_ FUTURES_ API_ URL - Base URL for Binance USD-M Futures REST API
- BINANCE_
USD_ FUTURES_ WS_ COMBINED_ URL - Base URL for Binance USD-M Futures WebSocket combined streams
- BINANCE_
USD_ FUTURES_ WS_ URL - Base URL for Binance USD-M Futures WebSocket API