Skip to main content

settledOutcome Info Endpoint Method

Loading...

Updated on
May 05, 2026

settledOutcome Info Endpoint Method

HIP-4 (Outcome Markets) binary contracts resolve at expiry against a reference price. This endpoint returns the settlement record for a specific outcome market by index, including the market spec, the payout fraction for the Yes side, and the reference price used to determine the result. Returns null if the outcome has not yet settled or the index does not exist.

Use the outcomeMeta endpoint to look up active market indices and their descriptions before querying settlement.

Parameters

type
string
REQUIRED
Loading...
outcome
integer
REQUIRED
Loading...

Returns

(root)
object or null
Loading...
spec
object
Loading...
outcome
integer
Loading...
name
string
Loading...
description
string
Loading...
sideSpecs
array
Loading...
name
string
Loading...
settleFraction
string
Loading...
details
string
Loading...
Request
1
curl https://docs-demo.hype-mainnet.quiknode.pro/evm \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"type":"settledOutcome","outcome":0}'
5
1
curl https://docs-demo.hype-mainnet.quiknode.pro/evm \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"type":"settledOutcome","outcome":0}'
5
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free