getPredictionOrderList
Retrieve your prediction market order history to check fill status, executed price, and fees. Filter by status, token, event, side, or lookback days.
Instructions
Query the authenticated user's prediction market order history. Returns order details including fill status, executed price, and fees.
Use this after placing a buy or sell order to check the final execution status. FOK orders will show as FILLED or CANCELLED.
Supports filtering by:
status: order status (PENDING/FILLED/PARTIALLY_FILLED/CANCELLED/REJECTED)tokenId: specific outcome tokeneventId: specific eventside: BUY (1) or SELL (2)days: look back N days (max 90)
Agent hint: Use this to check order fill status after placing buy/sell orders. Filter by status=2 (FILLED) or status=4 (CANCELLED) to see order results. FOK orders are either fully FILLED or CANCELLED — no partial fills. Use days to limit history range (max 90 days).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| side | No | ||
| limit | No | ||
| status | No | ||
| eventId | No | ||
| tokenId | No | ||
| pageIndex | No |