Catalog action Blockchain Data

Get live open interest snapshot across all Hyperliquid coins from HyperTracker. Shows total OI, long/short split, position counts, and long-short ratio per coin. Ideal for: OI analysis, market sentiment, identifying crowded trades.

At a Glance

FieldValue
Action IDhypertracker-get-market-open-interest
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagshypertracker, hyperliquid, open-interest, market-data, read

Payload Schema

FieldTypeRequiredDescription
apiKeystringNoHyperTracker API key (falls back to HYPERTRACKER_API_KEY env var)
limitnumberNoNumber of coins to return. Default 20, max 100.

Result Schema

FieldTypeRequiredDescription
coinsarrayYesOpen interest data per coin, ordered by total OI descending

Examples

json
{ "type": "hypertracker-get-market-open-interest", "payload": { "apiKey": "configured-in-b3os", "limit": 1 }, "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.