Docs

registeredOutcomesByTime - Active HIP-4 Outcomes by Time

Retrieve registered HIP-4 outcomes inside a bounded registration-time window from the Dwellir Hyperliquid Index over /info or JSON-RPC.

Use registeredOutcomesByTime to backfill HIP-4 outcome registrations by registration event time.

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 registeredOutcomesByTime for /info.
namestringnoOptional exact outcome name filter.
classstringnoOptional class filter, for example priceBinary.
underlyingstringnoOptional underlying asset filter, for example BTC.
periodstringnoOptional recurrence filter, for example 1d.
startTimenumberyes, unless cursor is suppliedInclusive registration timestamp in Unix milliseconds. Skipped when cursor is supplied.
endTimenumbernoExclusive registration timestamp in Unix milliseconds.
cursorstringnoPagination cursor in time_outcomeId format.
limitnumbernoMaximum rows to return, capped at 50.

Billing

Billed by returned outcome objects

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

Response

REST /info responses return an array directly. JSON-RPC responses return the same array under result.