curl --request GET \ --url https://openapiv1.coinstats.app/insights/rainbow-chart/{coinId} \ --header 'X-API-KEY: <api-key>'
Copy
Ask AI
[ { "price": "0.9111", "time": "2010-09-30" }]
Market Insights
Rainbow Chart
GET
/
insights
/
rainbow-chart
/
{coinId}
cURL
Copy
Ask AI
curl --request GET \ --url https://openapiv1.coinstats.app/insights/rainbow-chart/{coinId} \ --header 'X-API-KEY: <api-key>'
Copy
Ask AI
[ { "price": "0.9111", "time": "2010-09-30" }]
50 credits per request
Returns Rainbow Chart data for either Bitcoin or Ethereum based on the ‘coinId’ parameter (use ‘bitcoin’ or ‘ethereum’). The Rainbow Chart shows historical price data over time, which can be visualized with color bands representing different market sentiment zones. Returns an array of data points with price and time values.