Docs

HIP-4 Outcome Metadata

Retrieve the latest active HIP-4 outcome metadata snapshot from the Dwellir Hyperliquid Index over /info or JSON-RPC.

Use outcomeMeta to read the latest active HIP-4 metadata snapshot, including outcome IDs, descriptions, sideSpecs, and prediction-market questions.

Endpoints

REST-style Info API:

Text
POST https://api-hyperliquid-index.n.dwellir.com/YOUR_API_KEY/info

JSON-RPC:

Text
POST https://api-hyperliquid-index.n.dwellir.com/YOUR_API_KEY/jsonrpc

Parameters

FieldTypeRequiredDescription
typestringyesMust be outcomeMeta for /info.

Billing

outcomeMeta is a single metadata response. It does not use the bundled-response X-Iris-Billing-Weight header.

Response

outcomeMeta returns an object with outcomes and questions. Parse description defensively and drive labels from sideSpecs instead of hardcoding side names.