fetchOrder
Retrieve a specific order by its ID from supported prediction market exchanges. Get a compact summary or full response for order details.
Instructions
Fetch a specific order by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | The prediction market exchange to target. | |
| orderId | Yes | ||
| 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. |