This endpoint is the conditional-token activity feed for splits, merges, neg-risk conversions, and redemptions. PolyUSD deposits and withdrawals are available separately through Wallet PolyUSD Flows.
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 300 |
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) |

