CEX API

KuCoin public market API

Public REST, no authentication for spot market data. WebSocket server URL is normally obtained with bullet-public before connecting.

Access

Base URL
https://api.kucoin.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/v2/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/allTickersNo 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 resource-pool rate limits and endpoint weights.

Official source: https://www.kucoin.com/docs-new | https://www.kucoin.com/docs-new/rest/spot-trading/market-data/get-symbols-list | https://www.kucoin.com/docs-new/rest/spot-trading/market-data/get-all-tickers | https://www.kucoin.com/docs-new/rate-limit | https://api.kucoin.com/api/v2/symbols | https://api.kucoin.com/api/v1/market/allTickers

Fees

Not verified yet.

Example

curl -sS 'https://api.kucoin.com/api/v1/market/allTickers'

Back to CEX index