Skip to main content
GET
/
v3
/
currencies
/
map
Currencies map (id reference)-test
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"
  }
]

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
id
number
required
Example:

1

slug
string
required
Example:

"bitcoin"

symbol
object
required
Example:

"BTC"

name
string
required
Example:

"Bitcoin"