CEX API

BtcTurk public market API

Public REST, no authentication for exchange info and ticker rows. ExchangeInfo exposes numerator/denominator symbols and status. Ticker rows include last, bid, ask, volume, and dailyPercent.

Access

Base URL
https://api.btcturk.com
Authentication
Public REST, no authentication for exchange info 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-02

Endpoints

PurposeEndpointParametersData availability
Markets / instrumentsGET /api/v2/server/exchangeinfoNo 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/v2/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

BtcTurk lists public endpoint URLs in official docs; numeric public REST limits were not verified on the public endpoints page.

Official source: https://docs.btcturk.com/docs/public-endpoints/all-public-endpoints

Fees

Not verified yet.

Example

curl -sS 'https://api.btcturk.com/api/v2/ticker'

Back to CEX index