fetchPositions
Retrieve all current positions for your account on a prediction market exchange. Choose between a compact agent-friendly summary or full uncompacted response.
Instructions
Fetch current user positions across all markets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | The prediction market exchange to target. | |
| address | No | ||
| 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. |