CEX API

BingX public market API

Public REST, no authentication for spot market data. Pair IDs are uppercase base-quote. CoinEel uses lastPrice, bidPrice, askPrice, volume, quoteVolume, and percent-formatted priceChangePercent.

Access

Base URL
https://open-api.bingx.com
Authentication
Public REST, no authentication for spot market data.
CoinEel status
Implemented
Maker fee
Not verified yet
Taker fee
Not verified yet
Last updated
2026-06-02
Last checked
2026-06-02

Endpoints

PurposeEndpointParametersData availability
Markets / instrumentsGET /openApi/spot/v1/common/symbolsNo required parameters for CoinEel's all-market/all-ticker call.Tradable spot pair identifiers, base/quote metadata where the venue exposes it, and status/trading flags where available.
Tickers / 24h statsGET /openApi/spot/v1/ticker/24hrNo required parameters for CoinEel's all-market/all-ticker call.Last price, 24h base/quote volume when exposed, bid/ask when exposed, and native 24h change when exposed.

Rate limits

Official spot docs publish request-frequency rules; public market endpoints do not require API keys.

Official source: https://bingx-api.github.io/docs/ | https://bingx-api.github.io/docs/#/en-us/spot/market-api.html | https://bingx-api.github.io/docs/#/en-us/spot/introduce | https://open-api.bingx.com/openApi/spot/v1/common/symbols | https://open-api.bingx.com/openApi/spot/v1/ticker/24hr

Fees

Not verified yet.

Example

curl -sS 'https://open-api.bingx.com/openApi/spot/v1/ticker/24hr'

Back to CEX index