Hyperliquid Get Funding Rates logo

Catalog action Hyperliquid

Get current funding rates, open interest, and mark prices for Hyperliquid perpetual markets. Returns hourly and annualized rates, OI in USD, premium, and 24h volume. Filter by coin or get all markets sorted by absolute rate (extremes first). Pass dex='xyz' for trade.xyz TradFi markets. Ideal for: funding rate alerts, arbitrage detection, market health monitoring, and yield farming strategies.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
coinstringNoFilter to a single coin (e.g. BTC, ETH). Omit for all markets.
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
fundingRatesarrayYesFunding rates for perpetual markets, sorted by absolute rate descending (extremes first)

Examples

json
{ "type": "hyperliquid-get-funding-rates", "payload": { "coin": "example-coin", "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