Returns split events where USDC was converted into outcome tokens for a market condition.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 |
|---|---|---|
id | string | Split event ID |
timestamp | string | Unix timestamp |
condition | string | Market condition ID |
amount | string | USDC amount split (6-decimal) |

