Skip to main content

Documentation Index

Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Returns redemption events where the wallet claimed payouts from resolved market conditions.

Request

GET /v3/wallets/{address}/redemptions

Query parameters

ParameterTypeDefaultDescription
afterintegerStart of time range (Unix timestamp)
beforeintegerEnd of time range
limitinteger100Max 1000
offsetinteger0Pagination offset

Example

curl https://api.polynode.dev/v3/wallets/0x56687bf447db6ffa42ffe2204a05edaa20f55839/redemptions?limit=1
{
  "data": [
    {
      "id": "0x6db3f0fd9cccd58d4bd59eb5816cc2823f62a85c343e5ff6d1dd177dfb128a6e_0x109",
      "timestamp": "1731664609",
      "condition": "0x26ee82bee2493a302d21283cb578f7e2fff2dd15743854f53034d12420863b55",
      "payout": "120469388830",
      "index_sets": ["1", "2"]
    }
  ],
  "rows_returned": 1,
  "has_more": true,
  "elapsed_ms": 3
}

Response fields

FieldTypeDescription
idstringRedemption event ID
timestampstringUnix timestamp
conditionstringMarket condition ID that was redeemed
payoutstringUSDC payout amount (6-decimal)
index_setsarrayWhich outcome index sets were redeemed