| Query param | Type | Description |
|---|---|---|
status | string | Filter by status. Comma-separated for multiple values: open, filled, cancelled, expired, pending, failed. |
predexonId | string | Filter to a single canonical outcome. |
side | "buy" | "sell" | |
from | timestamp | ISO 8601 lower bound on createdAt (inclusive). |
to | timestamp | ISO 8601 upper bound (inclusive). |
limit | int | Max 200. Default 50. |
cursor | string | Opaque pagination token. |
createdAt descending (newest first). nextCursor is null on the last page.