Skip to main content
GET
/
v3
/
exchanges
Exchanges list with volume
curl --request GET \
  --url https://api.cryptorank.io/v3/exchanges \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": 1,
    "slug": "binance",
    "name": "Binance",
    "type": "cex-spot",
    "images": {
      "icon": "<string>",
      "x60": "<string>",
      "x150": "<string>",
      "native": "<string>"
    },
    "yearOfFoundation": 2017,
    "nativeTokenId": 1839,
    "adjustedVolume24h": "12345678901",
    "reportedVolume24h": "23456789012",
    "marketShare": 12.34,
    "currenciesCount": 350,
    "pairsCount": 1820,
    "openInterest": "4567890123",
    "blockchain": null
  }
]

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

Query Parameters

offset
number
default:0
Required range: 0 <= x <= 50000
limit
number
default:100
Required range: 1 <= x <= 1000
type
enum<string>
Available options:
cex-spot,
cex-derivatives,
dex-spot,
dex-derivatives
sortBy
enum<string>
default:volume24h
Available options:
id,
marketShare,
volume24h
sortOrder
enum<string>
default:desc
Available options:
asc,
desc

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.

yearOfFoundation
object
required
Example:

2017

nativeTokenId
object
required
Example:

1839

adjustedVolume24h
string
required

Adjusted 24h volume in USD

Example:

"12345678901"

reportedVolume24h
string
required

Reported 24h volume in USD

Example:

"23456789012"

marketShare
number
required

% of 24h volume across exchanges of the same type

Example:

12.34

currenciesCount
number
required
Example:

350

pairsCount
number
required
Example:

1820

openInterest
object
required

Open interest in USD. Only for derivatives.

Example:

"4567890123"

blockchain
object
required

Only for DEX.

Example:

null