Hyperliquid Get Markets logo

Catalog action Hyperliquid

Get all available perpetual markets on Hyperliquid with trading parameters. Returns coin symbols, size decimals, max leverage, and margin mode for each market. Pass dex='xyz' for trade.xyz TradFi markets (stocks, indices, commodities). Ideal for: building coin selectors, validating trading pairs, and checking market parameters.

At a Glance

FieldValue
Action IDhyperliquid-get-markets
CategoryHyperliquid
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagshyperliquid, perps, trading

Payload Schema

FieldTypeRequiredDescription
dexstringNoHIP-3 DEX name for TradFi markets. Omit for standard crypto perps. xyz = trade.xyz (stocks, indices, commodities), flx = flx.finance, vntl = vntl.exchange

Result Schema

FieldTypeRequiredDescription
marketsarrayYesAvailable perpetual markets on Hyperliquid

Examples

json
{ "type": "hyperliquid-get-markets", "payload": { "dex": "xyz" }, "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.

Ask a question... ⌘I