cURL
curl --request GET \ --url https://openapiv1.coinstats.app/fiats \ --header 'X-API-KEY: <api-key>'
[ { "name": "<string>", "rate": 123, "symbol": "<string>", "imageUrl": "<string>" } ]
API key needed to access the endpoints. Example: 'demo-api-key'
Get Fiat Currencies
The response is of type object[].
object[]
Was this page helpful?