Unusual Whales: Get Market Movers logo

Catalog action Blockchain Data

Get top market movers. Returns three ranked lists — top gainers, top losers, and most active — each with ticker, price, change, change percent, and volume. Ideal for: building daily market summary workflows, screening for volatile stocks, triggering alerts on large price moves.

At a Glance

FieldValue
Action IDunusualwhales-get-market-movers
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsmovers, gainers, losers, market-data, read

Payload Schema

FieldTypeRequiredDescription
limitnumberNoMaximum number of movers to return

Result Schema

FieldTypeRequiredDescription
topGainersarrayYesTop gaining stocks by price change
topLosersarrayYesTop losing stocks by price change
mostActivearrayYesMost actively traded stocks by volume
lastUpdatedstring | nullNoWhen the data was last updated

Examples

json
{ "type": "unusualwhales-get-market-movers", "payload": { "limit": 1 }, "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.