Unusual Whales: Get Insider Ticker Flow logo

Catalog action Blockchain Data

Get aggregated insider buy/sell flow for a specific ticker. Returns daily aggregates with transaction count, total premium, volume, average price, buy/sell direction, and number of unique insiders. Ideal for: analyzing insider sentiment for a ticker, detecting clusters of insider buying/selling, building insider-signal workflows.

At a Glance

FieldValue
Action IDunusualwhales-get-insider-ticker-flow
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsflow, smart-money, market-data, read

Payload Schema

FieldTypeRequiredDescription
tickerstringYesTicker symbol to get insider flow for (e.g., 'AAPL', 'TSLA')

Result Schema

FieldTypeRequiredDescription
flowarrayYesDaily aggregated insider flow entries

Examples

json
{ "type": "unusualwhales-get-insider-ticker-flow", "payload": { "ticker": "example-ticker" }, "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.