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:
| Alias | Canonical |
|---|---|
| 24h | 1d |
| 1w | 7d |
| 1m | 30d |
| 3m | 90d |
| 365d | 1y |
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
Example response
{
"period": "1d"
}