get_hip4_outcomes
Retrieve aggregated HIP-4 outcome markets for both Yes and No sides, with optional filtering by settlement status.
Instructions
List HIP-4 outcome markets aggregated across both sides. Optionally filter by settlement status. Each outcome groups its '<10*id>' Yes / '<10*id+1>' No sides. Listen for the WebSocket outcome_settled event to get notified when an outcome resolves. The list response omits aggregated_oi; use get_hip4_outcome for the OI snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_settled | No | Filter by settlement status. Omit to return all outcomes. | |
| limit | No | Max records to return (default 100, max 1000) | |
| cursor | No | Pagination cursor from previous response's nextCursor |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| records | Yes | Array of result records | |
| count | Yes | Total number of records in the full result set | |
| nextCursor | No | Cursor for next page, if more results available |