CEX API

CoinDCX public market API

Public REST, no authentication for market details and ticker rows. Market details expose target/base currency fields, active status, and symbol IDs. CoinEel uses target_currency_short_name as base and base_currency_short_name as quote.

Access

Base URL
https://api.coindcx.com
Authentication
Public REST, no authentication for market details and ticker rows.
CoinEel status
Implemented
Maker fee
Not verified yet
Taker fee
Not verified yet
Last updated
2026-06-01
Last checked
2026-06-01

Endpoints

PurposeEndpointParametersData availability
Markets / instrumentsGET /exchange/v1/markets_detailsNo 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 /exchange/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

CoinDCX publishes API rate-limit tables in its official API docs; public ticker/market endpoints are no-auth and should be kept at conservative cadence unless official public limits are verified.

Official source: https://docs.coindcx.com/

Fees

Not verified yet.

Example

curl -sS 'https://api.coindcx.com/exchange/ticker'

Back to CEX index