Get Crypto Fear & Greed Index
Get the Crypto Fear & Greed Index history. Values range from 0 (Extreme Fear) to 100 (Extreme Greed). Includes current value with classification and historical data. Ideal for: market sentiment analysis, contrarian trading signals, risk assessment.
Catalog action Blockchain Data
Get the Crypto Fear & Greed Index history. Values range from 0 (Extreme Fear) to 100 (Extreme Greed). Includes current value with classification and historical data. Ideal for: market sentiment analysis, contrarian trading signals, risk assessment.
At a Glance
| Field | Value |
|---|---|
| Action ID | coinglass-macro-get-fear-greed |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, macro, indicators, sentiment, fear-greed, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
currentValue | number | Yes | Current Fear & Greed index value (0-100). |
currentClassification | string | Yes | Classification: Extreme Fear, Fear, Neutral, Greed, or Extreme Greed. |
history | array | Yes | Array of historical Fear & Greed values (most recent last). |
Examples
json{ "type": "coinglass-macro-get-fear-greed", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-macro-get-fear-greed/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.
