Unusual Whales: Get Insider Transactions logo

Catalog action Blockchain Data

Get recent insider (officer/director) stock transactions. Returns insider name, officer title, ticker, shares traded, price, sector, transaction date, filing date, transaction code, role flags (director/officer/10% owner), Rule 10b5-1 status, and shares owned before and after. Ideal for: tracking insider buying/selling signals, monitoring executive stock transactions, building alerts on insider activity.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
tickerstringNoFilter by ticker symbol (e.g., 'AAPL', 'TSLA')
limitnumberNoMaximum number of transactions to return

Result Schema

FieldTypeRequiredDescription
transactionsarrayYesList of insider transactions

Examples

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