List prediction market fills
Returns executed fills on prediction markets (# coins) and outcome spot tokens (@ coins). Joined with market metadata.
Note: # coin fills currently have fee = 0. @ coin fills have normal spot fees.
Authorizations
Include in every request header as X-API-Key: <your_key>.
Query Parameters
Filter by user wallet address (0x...)
Filter by coin (e.g. #24371 or @10). Encode # as %23.
Filter by outcome ID
Start time (epoch milliseconds)
End time (epoch milliseconds)
x <= 10000Response
OK
Wallet address
Coin (#ID for prediction, @ID for spot outcome token)
Outcome ID extracted from coin
Execution price
Size (number of contracts/tokens)
Side: B=Buy, A=Sell
B, A Execution time (epoch ms)
Direction (Buy, Sell, Settlement)
Realized PnL
Transaction hash
Order ID
Trade ID (unique)
Fee amount in feeToken denomination
Fee token (e.g. USDC, USDH, +24371, CHUTORO)
Fee normalized to USD equivalent
Trade type
Trade group ID
Outcome name (from JOIN)
Outcome description (from JOIN)