Returns a unified feed of all non-trade events for a wallet, sorted by timestamp. Includes splits, merges, neg-risk conversions, and redemptions.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.
Request
Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
after | integer | — | Start of time range (Unix timestamp) |
before | integer | — | End of time range |
limit | integer | 100 | Max 1000 |
offset | integer | 0 | Pagination offset |
Example
Response fields
| Field | Type | Description |
|---|---|---|
event_type | string | split, merge, nrc (neg-risk conversion), or redemption |
id | string | Event ID |
timestamp | string | Unix timestamp |
ref_id | string | Condition ID or neg-risk market ID |
amount | string | Amount (6-decimal USDC) |
extra | string | Additional data (index_sets for redemptions, question_count for NRC) |

