settledOutcome | Hyperliquid Info API
Info API
settledOutcome | Hyperliquid Info API
Hyperliquid settledOutcome: retrieve resolution details for a settled HIP-4 binary outcome market on HyperCore.
POST
settledOutcome | Hyperliquid Info API
Credit Cost
1 per call
Processing
Realtime
type: "settledOutcome" is used to retrieve resolution details for a settled HIP-4 binary outcome market on HyperCore.
- Wire-equal to
POST api.hyperliquid.xyz/infowith{"type": "settledOutcome", "outcome": <int>}.
Endpoint
Request
Always
"settledOutcome".Integer outcome ID for the settled HIP-4 market. Outcome IDs are stable across the market’s lifecycle - the same ID returned by
outcomeMeta while live is queried here once the outcome has resolved.Example
Response
question object:
Field descriptions
settleFraction is returned as a decimal string with full upstream precision. Do not parse it as a float - keep it as a string or use a fixed-precision decimal type.Original market specification for the outcome - the same shape
outcomeMeta returns while the market is live.The fraction the
Yes side (index 0) paid out at resolution, as a decimal string. "1.0" means Yes won outright, "0.0" means No won, fractional values indicate a partial settlement.Free-form resolution detail. For
priceBinary markets, contains the resolved underlying value (e.g. "price:79980"). Empty string when settlement detail is carried in the question object instead.Optional. Present only for question-class outcomes. Wraps the structured oracle question that produced the resolution.
Related endpoints
outcomeMeta
enumerate all active HIP-4 binary outcome markets on HyperCore.