CEX API

Zaif public market API

Public REST, no authentication for spot market data. Local public REST probes worked, but the production server received HTTP 403 from /api/1/currency_pairs/all on 2026-06-02. CoinEel keeps the adapter callable by name, but excludes it from scheduled all-venue collection until server access is reliable.

Access

Base URL
https://api.zaif.jp
Authentication
Public REST, no authentication for spot market data.
CoinEel status
Queued - production access blocked
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/1/currency_pairs/allNo 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/1/ticker/btc_jpyNo 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 ReadTheDocs public API docs describe public endpoint usage; exact current numeric public rate limits are not verified.

Official source: https://zaif-api-document.readthedocs.io/ | https://zaif-api-document.readthedocs.io/ja/latest/PublicAPI.html | https://api.zaif.jp/api/1/currency_pairs/all | https://api.zaif.jp/api/1/ticker/btc_jpy

Fees

Maker: Not verified yet; taker: Not verified yet.

Example

curl -sS 'https://api.zaif.jp/api/1/ticker/btc_jpy'

Back to CEX index