All onchain redemptions for a wallet. See who cashed out, when, and how much.
| Parameter | Type | Location | Description |
|---|---|---|---|
address | string | path | Wallet address (0x-prefixed, 40 hex chars) |
limit | integer | query | Max results (default 100, max 1000) |
offset | integer | query | Skip first N results for pagination |
| Field | Type | Description |
|---|---|---|
total_payout | number | Sum of all payout amounts (USDC) in this page |
redemptions[].timestamp | number | Unix timestamp of the redemption |
redemptions[].condition | string | Condition ID of the resolved market |
redemptions[].index_sets | array | Outcome index sets redeemed |
redemptions[].payout | number | USDC payout amount (0 = losing position redeemed) |
redemptions[].market | string | Market question |
redemptions[].slug | string | Market slug |
redemptions[].image | string | Market image URL |