Exchange

Exchange Market Coverage

Returns covered spot markets on Bithumb, Upbit, HashKey, bitFlyer, Coinone, and Korbit with latest ticker metrics, candle availability, technical score, and data status.

Ticker fields: latest price, 24h open/high/low, previous close, signed 24h price and percent change, and 24h base/quote volume when the exchange provides them.

Use the returned pair values with /exchange/candles for historical OHLCV.

Coverage notes: bitFlyer coverage is currently strongest for weekly (1w) OHLCV. Korbit markets can have sparse intraday rows during no-trade periods; inspect data_status and data_actionability before using a market.

get/gateway/v1/exchange/coverage

Query parameters

exchange'bithumb' | 'upbit' | 'hashkey' | 'bitflyer' | 'coinone' | 'korbit'

Exchange identifier. When omitted, returns all supported exchanges.

Example:bithumb

Exchange identifier. When omitted, returns all supported exchanges.

qstring

Free-text search over pair, base currency, or quote currency

Example:BTC

Free-text search over pair, base currency, or quote currency

quotestring

Quote currency filter

Example:KRW

Quote currency filter

type'spot'

Market type

Example:spot

Market type

status'active' | 'inactive'

Market status filter

Example:active

Market status filter

data_status'covered' | 'official_empty_all' | 'official_empty_ticker' | 'official_empty_5m' | 'official_empty_weekly' | 'stale_gt_7d' | 'stale_30m_to_7d' | 'recent_but_lt_min_ta_candles' | 'missing_4h' | 'missing_latest_ta'

Market data coverage status filter

Example:covered

Market data coverage status filter

sort_by'pair' | 'price' | 'change_24h' | 'volume_24h' | 'technical_score' | 'latest_candle_at' | 'status'

Sort field

Example:pair

Sort field

order'asc' | 'desc'

Sort order

Example:asc

Sort order

limitinteger

Results per page

Example:20

Results per page

offsetinteger

Pagination offset

Pagination offset

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/DataResponseExchangeCoverageItem.json"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.