get_closed_positions
Retrieve a user's settled prediction market positions from on-chain data using their Ethereum address, with optional filtering by market ID.
Instructions
Get a user's closed/settled positions (public on-chain data). Use user address; optional market conditionId. Example: user=0xabc...
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 |