Skip to main content
Global hourly volume aggregation across every v2 outcome token. Each bucket emits total fills, USDC notional traded, and USDC fees paid for that hour. Newest-first. Backed by 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.
Bad input → 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_usdc uses 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_usdc is the protocol fee paid at settlement, not the builder rev share (which is off-chain weekly). See /clobv2/builders for builder attribution.
  • The endpoint bucket size is fixed at 1 hour. For per-token OHLCV at arbitrary resolution use /clobv2/candles/{token_id}.