Unusual Whales: Get Sector ETFs
Get sector ETF performance overview. Returns price data, volume, and options flow (call/put volume and premium) for major sector ETFs like SPY, QQQ, IWM. Ideal for: sector rotation analysis, monitoring institutional flow across sectors, building sector-based alerts.
Catalog action Blockchain Data
Get sector ETF performance overview. Returns price data, volume, and options flow (call/put volume and premium) for major sector ETFs like SPY, QQQ, IWM. Ideal for: sector rotation analysis, monitoring institutional flow across sectors, building sector-based alerts.
At a Glance
| Field | Value |
|---|---|
| Action ID | unusualwhales-get-sector-etfs |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | market, etf, options, market-data, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
etfs | array | Yes | List of sector ETFs with price data and options flow |
Examples
json{ "type": "unusualwhales-get-sector-etfs", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/unusualwhales-get-sector-etfs/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": {}}'
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.
