v1
latestOpenAPI 3.0.32026-08-04850206.9 KBExchanges
Exchange history
Volume / dominance / pairs / assets time series (the exchange rollups carry no OHLC). Pick interval: minutely, hourly or daily. Retention is a hard property of the rollup pipeline — minutely 8 days, hourly 6 months, daily forever; when a limit is set you get the most-recent N rows in the window, oldest-first.
get/api/v1/exchanges/{slug}/history
Query parameters
intervalstring nullable
minutely, hourly or daily (default daily).
Example:daily
minutely, hourly or daily (default daily).
startstring nullable
ISO date/time lower bound.
Example:2026-06-01
ISO date/time lower bound.
endstring nullable
ISO date/time upper bound (a date-only value means through that day).
Example:2026-06-30
ISO date/time upper bound (a date-only value means through that day).
limitinteger nullable
Max rows (1–2000, default 1000).
Example:30
Max rows (1–2000, default 1000).