Skip to main content
GET
/
v3
/
currencies
/
fiat
Supported fiat currencies
curl --request GET \
  --url https://api.cryptorank.io/v3/currencies/fiat \
  --header 'X-Api-Key: <api-key>'
[
  {
    "symbol": "USD",
    "name": "United States Dollar"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.cryptorank.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json
symbol
string
required

ISO 4217 alpha-3 code.

Example:

"USD"

name
string
required
Example:

"United States Dollar"