Skip to main content
Returns fills involving a specific outcome token, enriched with market metadata, computed prices, and order hashes. Can look up by token ID or market slug.

By token ID

By market slug

Resolves the slug to all token IDs for that market and returns trades across all outcomes.

Query parameters

Both the token-ID and market-slug forms accept order_hash and min_amount_usd. Filters are intersected and applied before pagination. For example, ?order_hash=0x...&min_amount_usd=100 returns only $100+ fills from that order in the selected token or market. A valid hash with no scoped fills returns an empty 200 page; an empty or malformed hash returns 400.

Example (by token ID)

Example (by slug)

Filter a market by order hash

Response fields

Each trade contains the same fields as Wallet Trades, including all market enrichment fields.