bingx-swap-market
BingX Swap Market Data
Public market data for BingX perpetual futures. No special API KEY permission is needed, but all requests require timestamp + HMAC SHA256 signature + X-BX-APIKEY header. See references/authentication.md for the signing process.
Quick Reference
| Endpoint | Method | Description | Required | Optional |
|---|---|---|---|---|
/openApi/swap/v2/quote/contracts |
GET | All contract specifications | timestamp | symbol |
/openApi/swap/v1/tradingRules |
GET | Trading rules and specifications | timestamp, symbol | None |
/openApi/swap/v2/quote/depth |
GET | Order book bids & asks | timestamp, symbol | limit |
/openApi/swap/v2/quote/trades |
GET | Recent public trades | timestamp, symbol | limit |
/openApi/swap/v1/market/historicalTrades |
GET | Historical trade lookup | timestamp, symbol | limit, fromId |
/openApi/swap/v2/quote/premiumIndex |
GET | Mark price & premium index | timestamp | symbol |
/openApi/swap/v2/quote/fundingRate |
GET | Current & next funding rate | timestamp | symbol, startTime, endTime, limit |
/openApi/swap/v3/quote/klines |
GET | OHLCV candlestick data | timestamp, symbol, interval | startTime, endTime, limit |
/openApi/swap/v1/market/markPriceKlines |
GET | Mark price kline data | timestamp, symbol, interval | startTime, endTime, limit |
/openApi/swap/v2/quote/openInterest |
GET | Total open interest | timestamp, symbol | None |
/openApi/swap/v2/quote/ticker |
GET | 24h price change statistics | timestamp | symbol |
More from bingx-api/api-ai-skills
bingx-swap-trade
BingX perpetual swap trading — place/cancel orders, manage positions, set leverage, and configure margin settings. Use when the user asks about BingX swap trading, order placement, cancellation, position management, leverage, or margin type settings.
94bingx-swap-account
Query BingX perpetual swap account data including balance, positions, commission rates, and fund flow history. Use when the user asks about BingX account balance, margin info, current positions, PnL, liquidation price, fee rates, or income/fund flow records.
91bingx-agent
BingX Agent (affiliate/broker) management — query invited users, daily commission details, agent user information, API transaction commission, and partner information. Use when the user asks about BingX agent invited users, affiliate commissions, referral relationships, partner data, or broker commission reports.
86bingx-fund-account
BingX Fund Account management — query fund account balance, get asset overview across all account types, transfer assets between accounts, and perform internal P2P transfers. Use when the user asks about BingX fund account balance, asset overview, transferring assets between spot/futures/standard contract accounts, or sending internal transfers to other BingX users.
79bingx-coinm-market
Query BingX Coin-M (inverse/coin-margined) perpetual futures market data including contract info, mark price, funding rates, klines, order book depth, open interest, and 24h ticker. Use when the user asks about BingX Coin-M or inverse futures prices, order books, candlestick charts, funding rates, or market statistics.
78bingx-coinm-trade
BingX Coin-M (inverse/coin-margined) perpetual futures trading — place/cancel orders, manage positions, set leverage, and configure margin settings. Use when the user asks about BingX Coin-M or inverse futures trading, order placement, cancellation, position management, leverage, or margin type settings.
77