CEX API

Pionex public market API

Public REST, no authentication for spot market data. Official public websocket base for spot market data was not verified.

Access

Base URL
https://api.pionex.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 /api/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 /api/v1/market/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 docs publish API rate limits and public market endpoints.

Official source: https://www.pionex.com/docs/api-docs/bot-api/general-info/introduction | https://www.pionex.com/docs/api-docs/bot-api/market-data/get-all-symbols | https://www.pionex.com/docs/api-docs/bot-api/market-data/get-market-tickers | https://www.pionex.com/docs/api-docs/bot-api/general-info/rate-limits | https://api.pionex.com/api/v1/common/symbols | https://api.pionex.com/api/v1/market/tickers

Fees

Not verified yet.

Example

curl -sS 'https://api.pionex.com/api/v1/market/tickers'

Back to CEX index