Skip to main content
GET
/
v3
/
exchanges
/
{id}
Exchange profile
curl --request GET \
  --url https://api.cryptorank.io/v3/exchanges/{id} \
  --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,
  "description": "Binance is a global cryptocurrency exchange...",
  "links": [
    {
      "type": "twitter",
      "value": "<string>"
    }
  ],
  "jurisdiction": "Cayman Islands",
  "hasProofOfReserves": true,
  "perpetualContractsAmount": null,
  "futuresContractsAmount": 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

Path Parameters

id
number
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.

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

description
object
required
Example:

"Binance is a global cryptocurrency exchange..."

jurisdiction
object
required
Example:

"Cayman Islands"

hasProofOfReserves
boolean
required

Only for CEX Spot.

Example:

true

perpetualContractsAmount
object
required

Only for derivatives.

Example:

null

futuresContractsAmount
object
required

Only for derivatives.

Example:

null