Time-bucketed analytics
Returns volume, fills, fees and unique traders aggregated into time intervals (1h, 4h, 1d). Backed by a pre-aggregated materialized view for constant-time performance regardless of fill volume.
When filtering by multiple coins (e.g. coin=10,11) or by outcome_id, the response includes a coin field on each bucket so YES vs NO sides come back as separate rows — ready for stacked charts.
Authorizations
Include in every request header as X-API-Key: <your_key>.
Query Parameters
Bucket size
1h, 4h, 1d Accepts a single coin ID or multiple comma-separated IDs for side-by-side comparison (e.g. 10 for one side, 10,11 for YES vs NO). The # prefix is optional.
Filter by outcome_id (auto-splits by coin in response)
Start time (ISO datetime)
End time (ISO datetime)
Max buckets returned
x <= 2000