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 arenull. - Volume is cumulative lifetime — not time-windowed. Use
/clobv2/volume/hourlyfor time-sliced aggregates or/clobv2/candles/{token_id}for per-token time series. total_trades = buys + sellsalways.

