Ecosystem projects
Description
Paginated list of enabled core projects within an ecosystem. Each item carries the coin header, in-ecosystem categories, and live price / market cap / 24-hour percent change when the project has a traded token.
Filter by an in-ecosystem category (IDs from GET /v3/ecosystems/{id}). Sort by marketCap, volume24h, or newest (time added to the ecosystem).
Pricing
- 1 credit per request.
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
Path Parameters
Query Parameters
0 <= x <= 500001 <= x <= 1000Ecosystem category ID — restrict the list to projects within this in-ecosystem category. Get available IDs from GET /v3/ecosystems/{id} (categories[].id).
17
Sort key:
marketCap— byprice × availableSupply(USD)volume24h— by 24-hour USD trading volumenewest— by coin ID (higher ID = added later)
marketCap, volume24h, newest asc, desc Response
Coin ID.
1
Coin URL key (slug).
"bitcoin"
"Bitcoin"
Coin logo URL (60×60). Null when no logo is available.
"https://example.com/coins/60x60.bitcoin.png"
English short description. Null when not available.
"Peer-to-peer digital currency launched in 2009."
In-ecosystem categories the project belongs to.
Current USD price. Null when the project has no traded token.
"63250.123456789012"
Market cap, USD (price × availableSupply). Null when not computable.
"1240000000000"
24-hour USD price change, percent. Null when no 24h baseline is available.
1.2345