cURL
curl --request GET \ --url https://openapiv1.coinstats.app/fiats \ --header 'X-API-KEY: <api-key>'
[ { "name": "USD", "rate": 1, "symbol": "$", "imageUrl": "https://static.coinstats.app/flags/USD_r.png" } ]
Get detailed information about fiat currencies
You will get
Use this data to
API key needed to access the endpoints. Example: 'demo-api-key'
Get Fiat Currencies
Name of the currency
"USD"
Current exchange rate against USD (1 USD = rate)
1
Currency symbol
"$"
URL to the currency flag or icon image
"https://static.coinstats.app/flags/USD_r.png"
Was this page helpful?