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:
POST https://api-hyperliquid-index.n.dwellir.com/YOUR_API_KEY/infoJSON-RPC:
POST https://api-hyperliquid-index.n.dwellir.com/YOUR_API_KEY/jsonrpcParameters
| Field | Type | Required | Description |
|---|---|---|---|
type | string | yes | Must 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.