Skip to main content
Aggregated lifetime stats for a single outcome token: total trades, buy/sell split in USDC, total share volume. Enriched with market question, slug, outcome label, image, and condition_id. Computed from v2.fill, bucketing each fill into buy (someone paid USDC to get the token) or sell (someone paid the token to get USDC).

Request

Authentication

Paid tier required. See /clobv2/trades for auth formats.

Path parameters

No query parameters.

Parameter validation

  • token_id: 1-78 digits, ^[0-9]+$.

Response

Response fields

Unlike the trade endpoints, numeric fields here are returned as JSON numbers (not strings). Precision is still preserved for amounts ≤ 2^53.

Examples

Error responses

Notes

  • Returns found: false (not a 404) when the token_id has no v2 fills yet — all counts/volume fields are zero, metadata fields are null.
  • Volume is cumulative lifetime — not time-windowed. Use /clobv2/volume/hourly for time-sliced aggregates or /clobv2/candles/{token_id} for per-token time series.
  • total_trades = buys + sells always.