v1

latestOpenAPI 3.0.3Custom2026-07-26104654.9 KB
Market Data

Get exchange statistics

Returns exchange statistics with optional symbol filtering.

All periods currently return 24h rolling stats. Aggregate queries (symbol omitted) are cached with 600s TTL; symbol-specific queries bypass cache. The markets array is sorted by quoteVolume descending.

Period aliases accepted by server:

AliasCanonical
24h1d
1w7d
1m30d
3m90d
365d1y
get/stats

Query parameters

period'1d' | '7d' | '30d' | '90d' | '1y' | 'all'

Canonical period value. If omitted or invalid, defaults to 1d.

symbolstring
Example:BTC-USD

Optional symbol filter (e.g. BTC-USD)

Response

Successful response

timestampinteger

Server timestamp (milliseconds)

periodstring

Requested period

Example response

{
  "period": "1d"
}