GET
/
currencies
cURL
curl --request GET \
  --url https://openapiv1.coinstats.app/currencies \
  --header 'X-API-KEY: <api-key>'
{
  "result": {
    "USD": 1,
    "EUR": 1.3
  }
}
1 credit per request
Get a complete list of supported fiat currencies:
  • Returns all currencies supported by CoinStats
  • Includes currency codes and exchange rates
  • Use these currency codes in other API endpoints
Example Response:
  • USD: US Dollar
  • EUR: Euro
  • GBP: British Pound
  • And many more…

Authorizations

X-API-KEY
string
header
required

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

Response

200
application/json

Get currencies list

The response is of type object.