Fetch fills
Fills
fetch_fills
List the caller’s fill (trade execution) history, optionally scoped to one market_ticker.
GET
Fetch fills
List the caller’s fill (trade execution) history, optionally scoped to one
market_ticker.Response
Success.
Fill execution time (UTC) (e.g. "2026-04-25T12:00:00Z").
Fee paid in quote dollars (e.g. 0.07).
Globally-unique fill id (e.g. "f-9c2...").
true if the caller took liquidity, false if they made it.
Unified market ticker the fill belongs to (e.g. "KXBTCD-25APR1517").
Parent order id (e.g. "a1b2c3d4-...").
Outcome label as published by the exchange (e.g. "Yes", "No").
Fill price as YES probability in (0, 1) (e.g. 0.62).
Order direction. Options: buy, sell.
Available options:
buy, sell Filled size in contracts (e.g. 25.0).

