Hyperliquid Get Outcome Markets logo

Catalog action Hyperliquid

Get all available HIP-4 outcome (prediction) markets on Hyperliquid. Returns binary and bucket markets with underlying asset, target price, expiry, and tradeable sides with their coin notations and asset IDs. Filter by underlying asset or include settled markets. Ideal for: prediction market monitoring, cross-venue comparison with Polymarket, outcome arbitrage detection, and automated trading strategies.

At a Glance

FieldValue
Action IDhyperliquid-get-outcome-markets
CategoryHyperliquid
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagshyperliquid, prediction-market, trading, read

Payload Schema

FieldTypeRequiredDescription
underlyingstringNoFilter by underlying asset (e.g., BTC, ETH). Omit to return all outcome markets.
includeSettledbooleanNoInclude settled/resolved outcomes (default: false).

Result Schema

FieldTypeRequiredDescription
outcomesarrayYesAvailable outcome markets
questionsarrayNoGrouped questions (for multi-outcome bucket markets)
countnumberNoTotal number of outcomes returned

Examples

json
{ "type": "hyperliquid-get-outcome-markets", "payload": { "underlying": "example-underlying", "includeSettled": false }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.