Skip to main content
GET
/
v3
/
ecosystems
/
map
Ecosystems map
curl --request GET \
  --url https://api.cryptorank.io/v3/ecosystems/map \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": 1,
    "slug": "ethereum",
    "name": "Ethereum",
    "projectsCount": 1432,
    "tags": [
      {
        "id": 1,
        "name": "DeFi"
      }
    ]
  }
]

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

URL slug.

Example:

"ethereum"

name
string
required
Example:

"Ethereum"

projectsCount
number
required

Number of enabled coins in the ecosystem.

Example:

1432

tags
object[]
required

Tags assigned to the ecosystem.