Returns the active HIP-4 outcome universe - integer outcome IDs, names, structured descriptions, and side specs for every binary outcome market on HyperCore.
Returns the live HIP-4 outcome universe: every active binary outcome market on HyperCore with its integerDocumentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
outcome ID, human-readable name, structured description, and sideSpecs (Yes / No).
This is a global, non-user-keyed type. A single cache entry is shared across all callers and is refreshed continuously from upstream Hyperliquid.
outcomeMeta is HIP-4’s dedicated metadata type - separate from metaAndAssetCtxs, which covers perps and spot. Use it to discover live outcome IDs and compute per-side market encodings (encoding = 10 * outcome + side) before subscribing to OHLCV or fills.
"outcomeMeta".POST api.hyperliquid.xyz/info with {"type": "outcomeMeta"}.ohlcvCandlesForPair using the per-side encoding. See the HIP-4 markets recipe for end-to-end discovery and streaming patterns.