bingx-spot-market
Installation
SKILL.md
BingX Spot Market Data
Public market data for BingX spot trading. No authentication required.
Quick Reference
| Endpoint | Method | Description | Required | Optional | Authentication |
|---|---|---|---|---|---|
/openApi/spot/v1/common/symbols |
GET | Spot trading symbol specifications | None | symbol | No |
/openApi/spot/v1/market/depth |
GET | Order book bids & asks | symbol | limit | No |
/openApi/spot/v2/market/depth |
GET | Aggregated order book (with precision) | symbol, depth, type | None | No |
/openApi/spot/v1/market/trades |
GET | Recent public trades | symbol | limit | No |
/openApi/spot/v2/market/kline |
GET | OHLCV candlestick data | symbol, interval | startTime, endTime, limit | No |
/openApi/spot/v1/ticker/24hr |
GET | 24h price change statistics | None | symbol | No |
/openApi/spot/v2/ticker/price |
GET | Latest price ticker | symbol | None | No |
/openApi/spot/v1/ticker/bookTicker |
GET | Best bid/ask price & qty | symbol | None | No |
/openApi/market/his/v1/kline |
GET | Historical kline data | symbol, interval | startTime, endTime, limit | No |
/openApi/market/his/v1/trade |
GET | Historical trade lookup | symbol | limit, fromId | No |