Unusual Whales: Get Market Movers
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.
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
| Field | Value |
|---|---|
| Action ID | unusualwhales-get-market-movers |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | movers, gainers, losers, market-data, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
limit | number | No | Maximum number of movers to return |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
topGainers | array | Yes | Top gaining stocks by price change |
topLosers | array | Yes | Top losing stocks by price change |
mostActive | array | Yes | Most actively traded stocks by volume |
lastUpdated | string | null | No | When the data was last updated |
Examples
json{ "type": "unusualwhales-get-market-movers", "payload": { "limit": 1 }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/unusualwhales-get-market-movers/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "limit": 1 }}'
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.
