get_positions
Retrieve a user's open prediction market positions from public blockchain data. Specify an Ethereum address and optionally filter by market to monitor portfolio holdings.
Instructions
Get a user's open positions (public on-chain data). Use user address; optional market conditionId. Example: user=0xabc..., market=0x...
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | User Ethereum address (0x...) | |
| market | No | Filter by market condition ID | |
| limit | No | Number of positions to return | |
| offset | No | Pagination offset |