cURL
curl --request GET \ --url https://openapiv1.coinstats.app/insights/rainbow-chart/{coinId} \ --header 'X-API-KEY: <api-key>'
[ { "price": "0.9111", "time": "2010-09-30" } ]
Get Rainbow Chart data
You will get
API key needed to access the endpoints. Example: 'demo-api-key'
CoinId of the coin to return
bitcoin
ethereum
Price value
"0.9111"
Date in YYYY-MM-DD format
"2010-09-30"
Was this page helpful?