CEX API

WhiteBIT public market API

Public REST, no authentication for spot market data. CoinEel filters ticker rows to spot markets and ignores frozen markets for USD-volume inference.

Access

Base URL
https://whitebit.com/api/v4
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 /api/v4/public/marketsNo 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 /api/v4/public/tickerNo 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 docs publish public HTTP v4 limits; public market endpoints are unauthenticated.

Official source: https://docs.whitebit.com/ | https://docs.whitebit.com/public/http-v4/ | https://docs.whitebit.com/public/http-v4/#limits | https://whitebit.com/api/v4/public/markets | https://whitebit.com/api/v4/public/ticker | https://status.whitebit.com/

Fees

Not verified yet.

Example

curl -sS 'https://whitebit.com/api/v4/api/v4/public/ticker'

Back to CEX index