CEX API
Bitbank public market API
Public REST, no authentication for spot market data. Ticker endpoint is pair-specific; enumerate spot pairs first.
Access
- Base URL
https://api.bitbank.cc/v1- 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
| Purpose | Endpoint | Parameters | Data availability |
|---|---|---|---|
| Markets / instruments | GET /v1/spot/pairs | No required parameters for the all-tickers endpoint. | Bitbank does not require a separate market-list call for CoinEel; pair IDs are derived from all ticker rows. |
| Tickers / 24h stats | GET /v1/ticker/btc_jpy | No required parameters for the all-tickers endpoint. | Bid, ask, last price, open, 24h base volume, high, low, and timestamp. |
Rate limits
Official GitHub API docs describe request limits and public endpoints.
Fees
Not verified yet.
Example
curl -sS 'https://public.bitbank.cc/tickers'