Catalog action Blockchain Data

Fetch the latest market news from Finnhub for a category: general, forex, crypto, or merger. Returns headline, summary, source, URL, and publication timestamp per article, capped by limit (default 20, max 100). Ideal for: daily market briefings, crypto news alerts, feeding headlines into AI summarization.

At a Glance

FieldValue
Action IDfinnhub-get-market-news
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsfinnhub, news, crypto, market, read

Payload Schema

FieldTypeRequiredDescription
categorystringNoNews category. Options: 'general', 'forex', 'crypto', 'merger'. Default: 'general'.
limitnumberNoMaximum number of articles to return. Range: 1-100. Default: 20.

Result Schema

FieldTypeRequiredDescription
categorystringYesThe queried news category
articlesarrayYesNews articles, most recent first
countnumberYesNumber of articles returned

Examples

json
{ "type": "finnhub-get-market-news", "payload": { "category": "general", "limit": 20 }, "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.