fetchMyTrades
Retrieve your trade history from prediction market exchanges. Filter by exchange, market, outcome, or date range to review past positions.
Instructions
Fetch My Trades
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | The prediction market exchange to target. | |
| outcomeId | No | filter to specific outcome/ticker | |
| marketId | No | filter to specific market | |
| 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 | for Kalshi cursor pagination | |
| 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. |