outcomeMeta Info Endpoint Method
HIP-4 (Outcome Markets) introduces fully collateralized outcome contracts on HyperCore. Two market types are supported: binary (class:priceBinary) markets that settle Yes or No based on a single target price, and multi-price (class:priceBucket) question markets that group multiple binary sub-outcomes into price buckets so that exactly one settles to Yes. Each outcome defines two sides (Yes/No) that trade as #N-prefixed assets and settle within a fixed price range at expiry. This endpoint returns active outcome metadata including side names, encoded description strings, and (for question markets) the full question structure with named bucket outcomes and a fallback outcome.
Parameters
type
string
REQUIRED
Loading...
Returns
outcomes
array
Loading...
outcome
integer
Loading...
name
string
Loading...
description
string
Loading...
sideSpecs
array
Loading...
name
string
Loading...
questions
array
Loading...
question
integer
Loading...
name
string
Loading...
description
string
Loading...
fallbackOutcome
integer
Loading...
namedOutcomes
array
Loading...
settledNamedOutcomes
array
Loading...
Request
1curl https://docs-demo.hype-mainnet.quiknode.pro/evm \2-X POST \3-H "Content-Type: application/json" \4--data '{"type":"outcomeMeta"}'5
1curl https://docs-demo.hype-mainnet.quiknode.pro/evm \2-X POST \3-H "Content-Type: application/json" \4--data '{"type":"outcomeMeta"}'5
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free