v2.fill bucketed on ts_unix - (ts_unix % 3600).
Request
Authentication
Paid tier required. See/clobv2/trades for auth formats.
Query parameters
Parameter validation
- Timestamps: non-negative i64.
limit: 1-1000.
400 Bad Request.
Response
Response fields
Empty buckets (no fills) are not emitted. Callers that want a dense hourly series should fill gaps client-side.
Rate-limit headers
Standard:x-ratelimit-limit, x-ratelimit-remaining, x-ratelimit-reset.
Examples
Error responses
Notes
- Sorted by
bucket DESC(newest first). Reverse client-side for left-to-right charting. - Empty hours (no v2 fills) are omitted from the response — if you need a dense hourly time series for charting, scaffold the expected hour slots yourself and overlay what this returns.
volume_usdcuses the maker-side USDC; in pair-mint fills both sides can be outcome tokens and no USDC is present — those fills are excluded from the bucket sum.fee_usdcis the protocol fee paid at settlement, not the builder rev share (which is off-chain weekly). See/clobv2/buildersfor builder attribution.- The endpoint bucket size is fixed at 1 hour. For per-token OHLCV at arbitrary resolution use
/clobv2/candles/{token_id}.

