Skip to main content
GET
/
v3
/
currencies
/
map
Currency Map (ID Reference)
curl --request GET \
  --url https://api.cryptorank.io/v3/currencies/map \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": 1,
    "slug": "bitcoin",
    "symbol": "BTC",
    "name": "Bitcoin"
  }
]

Authorizations

X-Api-Key
string
header
required

Response

id
number
required
Example:

1

slug
string
required
Example:

"bitcoin"

symbol
string | null
required
Example:

"BTC"

name
string
required
Example:

"Bitcoin"