Get RSI List logo

Catalog action Blockchain Data

Retrieves RSI (Relative Strength Index) values for all coins across multiple timeframes (15m, 1h, 4h, 12h, 24h, 1w). RSI below 30 indicates oversold, above 70 indicates overbought conditions. Ideal for: market heatmaps, screening oversold/overbought coins, momentum analysis, swing trading signals.

At a Glance

FieldValue
Action IDcoinglass-indicator-get-rsi-list
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, indicator, rsi, technical-analysis, momentum, read

Payload Schema

This action does not declare payload fields.

Result Schema

FieldTypeRequiredDescription
dataarrayYesArray of RSI data for all coins.

Examples

json
{ "type": "coinglass-indicator-get-rsi-list", "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