Unusual Whales: Get Insider Transactions
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.
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
| Field | Value |
|---|---|
| Action ID | unusualwhales-get-insider-transactions |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | transactions, smart-money, market-data, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
ticker | string | No | Filter by ticker symbol (e.g., 'AAPL', 'TSLA') |
limit | number | No | Maximum number of transactions to return |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
transactions | array | Yes | List of insider transactions |
Examples
json{ "type": "unusualwhales-get-insider-transactions", "payload": { "ticker": "example-ticker", "limit": 1 }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/unusualwhales-get-insider-transactions/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "ticker": "example-ticker", "limit": 1 }}'
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.
