Skip to main content
GET
/
v3
/
exchanges
/
map
Exchanges map (id reference)
curl --request GET \
  --url https://api.cryptorank.io/v3/exchanges/map \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": 1,
    "slug": "binance",
    "name": "Binance",
    "type": "cex-spot",
    "images": {
      "icon": "<string>",
      "x60": "<string>",
      "x150": "<string>",
      "native": "<string>"
    }
  }
]

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:

"binance"

name
string
required
Example:

"Binance"

type
enum<string>
required
Available options:
cex-spot,
cex-derivatives,
dex-spot,
dex-derivatives
Example:

"cex-spot"

images
object
required

Exchange logo URLs in four sizes; each may be null when unavailable.