cURL
curl --request GET \ --url https://openapiv1.coinstats.app/coins/price/exchange \ --header 'X-API-KEY: <api-key>'
{ "price": 123 }
API key needed to access the endpoints. Example: 'demo-api-key'
"Binance"
"BTC"
"ETH"
1636315200
Get Historical coin exchange price
The response is of type object.
object
Was this page helpful?