fetchClosedOrders
Retrieve closed orders from prediction market exchanges. Filter by exchange, market, and date range.
Instructions
Fetch Closed Orders
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | The prediction market exchange to target. | |
| marketId | No | required for Limitless (slug) | |
| since | No | Only return records after this date | |
| until | No | Only return records before this date | |
| limit | No | Maximum number of results to return | |
| cursor | No | Opaque pagination cursor from a previous response | |
| credentials | No | Venue credentials (privateKey, apiKey, etc.). Only needed for authenticated operations like trading. | |
| verbose | No | Return full uncompacted response. Default false returns a compact, agent-friendly summary. |