Skip to main content
Every v2 fill that touched a specific outcome token, newest-first. Same per-trade shape as /clobv2/trades, plus top-level market / slug / outcome / image / condition_id so you don’t have to look inside the first row to name the market. Backed by the v2.fill view.

Request

Authentication

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

Path parameters

Query parameters

Parameter validation

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

Response

Response fields — envelope

When the token has no fills yet, all top-level metadata fields are null and trades: []. Not a 404.

Examples

Error responses

Notes

  • A market typically has two outcome tokens (Yes/No) and neg-risk markets can have many. This endpoint returns fills for ONE outcome token. To see all fills on a whole market, query /clobv2/trades?condition_id=....
  • Top-level market / slug / outcome / image / condition_id come from the first matched trade’s metadata. On newly seen markets, these fields can be null briefly even though enrichment on per-trade rows may populate a moment later.
  • Results always sorted by ts_unix DESC.