All endpoints on this page require the
read:market-data claim on your API
key (deposit/wallet reads use a different claim — see
Wallets & Deposits).Products
A product is a trading pair (e.g.BTC-USD) with its base/quote assets and
order-value limits. Three views are available.
Grouped by asset
A single coin
null in data when the
symbol is unknown, and 404 if there is no product for it.
Flat list of pairs
GET /product, without the base/quote grouping — handy
when you just want a flat list of tradable pairs.
Assets
Order book
totals.bidTotalVolume / askTotalVolume are cumulative notional values
(Σ price × amount across the visible side) — use them as the denominator for
depth-bar widths.
Candles (OHLCV)
timeframe selects both the bucket size and a sensible lookback so a chart
shows ~100–300 candles:
* The upstream exchange caps a response at ~300 candles and has no native
4-hour / weekly / monthly / yearly granularity.
4h is approximated with
2-hour candles; the longer labels use daily candles with wider lookbacks.For exact request/response schemas of every endpoint, see the API Reference.
