bingx-coinm-market
Installation
SKILL.md
BingX Coin-M (CSwap) Market Data
Public market data for BingX Coin-M inverse perpetual futures. No HMAC signature required, but a timestamp query parameter is required for all endpoints.
Coin-M contracts are coin-margined (settled in the base asset, e.g., BTC). Symbol format is BASE-USD (e.g., BTC-USD, ETH-USD).
Quick Reference
| Endpoint | Method | Description | Required | Optional | Authentication |
|---|---|---|---|---|---|
/openApi/cswap/v1/market/contracts |
GET | Contract specifications | None | None | No |
/openApi/cswap/v1/market/depth |
GET | Order book bids & asks | symbol | None | No |
/openApi/cswap/v1/market/klines |
GET | OHLCV candlestick data | symbol, interval | startTime, endTime, limit | No |
/openApi/cswap/v1/market/premiumIndex |
GET | Mark price & current funding rate | None | symbol | No |
/openApi/cswap/v1/market/openInterest |
GET | Total open interest | symbol | None | No |
/openApi/cswap/v1/market/ticker |
GET | 24h price change statistics | None | symbol | No |