hip4_outcome
Retrieve detailed data for a specific HIP-4 outcome contract using its outcome ID, including metadata, side-token details, fills, unique wallets, notional USDH, and trading timestamps.
Instructions
Get details for one HIP-4 outcome contract by outcome ID. Returns metadata when available plus side tokens, fills, unique wallets, notional USDH, and trading timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outcomeId | Yes | HIP-4 outcome ID. Side-token coins are encoded as #<10*outcomeId+side>. | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |