Atomiqx Technologies Co.

Crypto Fear and Greed Index

Share This Post

Yes, you can access the CMC Fear and Greed Index data through the CoinMarketCap API for free. Here’s how you can do it:

Example: Fetching the Latest CMC Fear and Greed Index Value
To get the latest Fear and Greed Index value, you can use the following API endpoint:
API Endpoint:
GET https://pro-api.coinmarketcap.com/v3/fear-and-greed/latest
Response Example:
{
“status”: {
“timestamp”: “2024-09-03T12:00:00.000Z”,
“error_code”: 0,
“error_message”: null,
“elapsed”: 10,
“credit_count”: 1
},
“data”: {
“value”: 45,
“value_classification”: “Fear”,
“update_time”: “2024-09-03T12:00:00.000Z”
}
}

Example: Fetching Historical CMC Fear and Greed Index Data
To retrieve historical data, you can use the following API endpoint:
API Endpoint:
GET https://pro-api.coinmarketcap.com/v3/fear-and-greed/historical
Parameters:
start: (optional) Integer specifying the starting point of the data retrieval.
limit: (optional) Integer specifying the number of records to return (default is 50).
Response Example:
{
“status”: {
“timestamp”: “2024-09-03T12:00:00.000Z”,
“error_code”: 0,
“error_message”: null,
“elapsed”: 15,
“credit_count”: 1
},
“data”: [
{
“timestamp”: “2024-09-02T12:00:00.000Z”,
“value”: 50,
“value_classification”: “Neutral”
},
{
“timestamp”: “2024-09-01T12:00:00.000Z”,
“value”: 35,
“value_classification”: “Fear”
}
// More records…
]
}

Source

Subscribe To Our Newsletter

Get updates and learn from the best

More To Explore

Tech Innovation – Blog

To discuss the benefits of telemedicine in healthcare, it is essential to understand what telemedicine is or how it is applied. Telemedicine is any medical

Access Denied

Access Denied You don’t have permission to access “http://www.weforum.org/stories/2021/06/4-technologies-accelerating-green-hydrogen-revolution/” on this server. Reference #18.52680117.1733119202.b9f333f7 https://errors.edgesuite.net/18.52680117.1733119202.b9f333f7 Source

Do You Want To Boost Your Business?

drop us a line and keep in touch

Discover more from Atomiqx Technologies Co.

Subscribe now to keep reading and get access to the full archive.

Continue reading