cURL
curl --request GET \ --url https://openapiv1.coinstats.app/currencies \ --header 'X-API-KEY: <api-key>'
{ "result": { "USD": 1, "EUR": 1.3 } }
API key needed to access the endpoints. Example: 'demo-api-key'
Get currencies list
The response is of type object.
object
Was this page helpful?