Get Coins Price Change logo

Catalog action Blockchain Data

Get price change percentages and price amplitude (volatility) across multiple timeframes for all cryptocurrencies. Returns current price, price change % (5m, 15m, 30m, 1h, 4h, 12h, 24h), and price amplitude % (high-low range) for each timeframe. Ideal for: volatility screening, momentum detection, price alert triggers, market scanner dashboards.

At a Glance

FieldValue
Action IDcoinglass-get-coins-price-change
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, price, price-change, futures, market, read

Payload Schema

This action does not declare payload fields.

Result Schema

FieldTypeRequiredDescription
coinsarrayYesArray of coin price change data

Examples

json
{ "type": "coinglass-get-coins-price-change", "payload": {}, "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.

Ask a question... ⌘I