fetchTrades
Retrieve trade history for a specific prediction market outcome across supported exchanges. Optionally filter by time range and limit results.
Instructions
Fetch raw trade history for a specific outcome.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | The prediction market exchange to target. | |
| outcomeId | Yes | ||
| start | No | Start of the time range | |
| end | No | End of the time range | |
| limit | No | Maximum number of results to return (max {@link MAX_TRADES_LIMIT}) | |
| verbose | No | Return full uncompacted response. Default false returns a compact, agent-friendly summary. |