Unusual Whales: Get News Headlines
Get latest market news headlines. Returns headline text, source, sentiment, related tickers, major story flag, and publication timestamp. Ideal for: news-driven workflow triggers, sentiment analysis, monitoring breaking market news.
Catalog action Blockchain Data
Get latest market news headlines. Returns headline text, source, sentiment, related tickers, major story flag, and publication timestamp. Ideal for: news-driven workflow triggers, sentiment analysis, monitoring breaking market news.
At a Glance
| Field | Value |
|---|---|
| Action ID | unusualwhales-get-news-headlines |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | market-monitoring, sentiment, market-data, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
limit | number | No | Maximum number of headlines to return |
ticker | string | No | Filter headlines by ticker symbol (e.g., 'HOOD', 'ETH', 'TSLA'). Returns only headlines mentioning this ticker. |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
headlines | array | Yes | List of latest market news headlines |
Examples
json{ "type": "unusualwhales-get-news-headlines", "payload": { "limit": 1, "ticker": "example-ticker" }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/unusualwhales-get-news-headlines/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "limit": 1, "ticker": "example-ticker" }}'
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.
