Catalog action Blockchain Data

Get historical bias time series for a coin within a specific HyperTracker cohort on Hyperliquid. Shows how positioning has shifted over time with long/short counts, values, and bias ratios. Ideal for: trend analysis, sentiment shifts, position momentum tracking.

At a Glance

FieldValue
Action IDhypertracker-get-cohort-bias-trend
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagshypertracker, hyperliquid, cohort, bias, trend, time-series, read

Payload Schema

FieldTypeRequiredDescription
apiKeystringNoHyperTracker API key (falls back to HYPERTRACKER_API_KEY env var)
coinstringYesCoin symbol to query (e.g., BTC, ETH, SOL). Case-insensitive.
cohortstringYesCohort name to query. Size cohorts: shrimp, fish, dolphin, apex predator, small whale, whale, tidal whale, leviathan. PnL cohorts: money printer, smart money, consistent grinder, humble earner, exit liquidity, semi-rekt, full rekt, giga-rekt.
startTimestringYesStart of the time range in ISO 8601 format (e.g., 2026-05-16T00:00:00Z).
endTimestringNoEnd of the time range in ISO 8601 format. Defaults to now.
limitnumberNoMaximum number of data points to return.

Result Schema

FieldTypeRequiredDescription
coinstringYesCoin symbol (uppercased)
cohortNamestringYesHuman-readable cohort name
dataPointsarrayYesTime-ordered array of bias data points

Examples

json
{ "type": "hypertracker-get-cohort-bias-trend", "payload": { "coin": "example-coin", "cohort": "example-cohort", "startTime": "example-startTime" }, "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.