Skip to main content
GET
/
v3
/
launchpads
/
map
Launchpads map (id reference)
curl --request GET \
  --url https://api.cryptorank.io/v3/launchpads/map \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": 1,
    "slug": "binance-launchpad",
    "name": "Binance Launchpad",
    "logoUrl": "https://images.cryptorank.io/ido-platforms/150x150.binance.png"
  }
]

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-launchpad"

name
string
required
Example:

"Binance Launchpad"

logoUrl
string | null
required

Launchpad logo URL (150x150). Null when unavailable.

Example:

"https://images.cryptorank.io/ido-platforms/150x150.binance.png"