GET
/
fiats
cURL
curl --request GET \
  --url https://openapiv1.coinstats.app/fiats \
  --header 'X-API-KEY: <api-key>'
[
  {
    "name": "<string>",
    "rate": 123,
    "symbol": "<string>",
    "imageUrl": "<string>"
  }
]
1 credit per request
Get detailed information about fiat currencies:
  • Complete list of supported fiat currencies
  • Current exchange rates
  • Currency symbols and names
  • Associated images/icons
Use this data to:
  • Convert cryptocurrency values to fiat
  • Display fiat currency information
  • Access currency metadata

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Response

200
application/json

Get Fiat Currencies

The response is of type object[].