CEX API

BitoPro public market API

Public REST, no authentication for spot market data. CoinEel collector verified on 2026-06-02 against direct public REST endpoints. Uses official trading-pairs metadata and all-tickers data.

Access

Base URL
https://api.bitopro.com/v3
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 /v3/provisioning/trading-pairsNo 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 /v3/tickersNo 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 GitHub API docs publish public endpoints and request limits.

Official source: https://github.com/bitoex/bitopro-official-api-docs | https://api.bitopro.com/v3/provisioning/trading-pairs | https://api.bitopro.com/v3/tickers | https://www.bitopro.com

Fees

Not verified yet.

Example

curl -sS 'https://api.bitopro.com/v3/v3/tickers'

Back to CEX index