bingx-swap-market

Installation
SKILL.md

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
Related skills

More from bingx-api/api-ai-skills

Installs
93
GitHub Stars
9
First Seen
Mar 9, 2026