Unusual Whales: Get Market Tide logo

Catalog action Blockchain Data

Get market-wide options flow tide. Returns 5-minute intervals of net call premium, net put premium, and net volume across all tickers. Ideal for: gauging overall market sentiment, detecting bullish/bearish flow shifts, building market-wide sentiment alerts.

At a Glance

FieldValue
Action IDunusualwhales-get-market-tide
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsmarket-monitoring, sentiment, options, market-data, read

Payload Schema

FieldTypeRequiredDescription
datestringNoDate to fetch market tide data for (YYYY-MM-DD format). Defaults to current market day

Result Schema

FieldTypeRequiredDescription
ticksarrayYes5-minute interval market tide data points

Examples

json
{ "type": "unusualwhales-get-market-tide", "payload": { "date": "2026-04-25T12:00:00Z" }, "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.