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

PurposeEndpointParametersData availability
Markets / instrumentsGET /v1/spot/pairsNo 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 statsGET /v1/ticker/btc_jpyNo 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.

Official source: https://github.com/bitbankinc/bitbank-api-docs | https://github.com/bitbankinc/bitbank-api-docs/blob/master/rest-api.md | https://api.bitbank.cc/v1/spot/pairs | https://api.bitbank.cc/v1/ticker/btc_jpy

Fees

Not verified yet.

Example

curl -sS 'https://public.bitbank.cc/tickers'

Back to CEX index