Docs

settledOutcomesById - Settled HIP-4 Outcomes by ID

Retrieve settled HIP-4 outcomes by outcome IDs or asset IDs from the Dwellir Hyperliquid Index over /info or JSON-RPC.

Use settledOutcomesById when you already know the outcome ID or encoded asset ID and need the settlement record.

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 settledOutcomesById for /info.
outcome_idsnumber[]yes, unless asset_ids is suppliedOutcome IDs to fetch.
asset_idsstring[]yes, unless outcome_ids is suppliedOutcome asset IDs such as #30; the service derives the outcome ID from each asset ID.

At most 50 unique outcome IDs are allowed after merging outcome_ids and derived IDs from asset_ids.

Billing

Billed by returned outcome objects

settledOutcomesById responses are billed by the number of outcome objects returned. Empty arrays are billed as 0 responses/API credits.

Response

Settled responses include registration metadata plus settleFraction and settlePrice. REST /info responses return an array directly. JSON-RPC responses return the same array under result.