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
| Purpose | Endpoint | Parameters | Data availability |
|---|---|---|---|
| Markets / instruments | GET /api/1/currency_pairs/all | No 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 stats | GET /api/1/ticker/btc_jpy | No 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.
Fees
Maker: Not verified yet; taker: Not verified yet.
Example
curl -sS 'https://api.zaif.jp/api/1/ticker/btc_jpy'