Get RSI List
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.
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
| Field | Value |
|---|---|
| Action ID | coinglass-indicator-get-rsi-list |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, indicator, rsi, technical-analysis, momentum, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
data | array | Yes | Array of RSI data for all coins. |
Examples
json{ "type": "coinglass-indicator-get-rsi-list", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-indicator-get-rsi-list/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": {}}'
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.
