Skip to main content
GET
/
v3
/
launchpads
/
{id}
/
team
Launchpad team members
curl --request GET \
  --url https://api.cryptorank.io/v3/launchpads/{id}/team \
  --header 'X-Api-Key: <api-key>'
[
  {
    "personId": 42,
    "fullName": "Vitalik Buterin",
    "jobs": [
      "Co-Founder",
      "Researcher"
    ],
    "categories": [
      "Founder",
      "Executive"
    ],
    "priority": 1,
    "isFormer": false,
    "links": [
      {
        "type": "twitter",
        "value": "<string>"
      }
    ],
    "images": {
      "icon": "<string>",
      "x60": "<string>",
      "x150": "<string>",
      "native": "<string>"
    }
  }
]

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

Query Parameters

includeFormer
boolean
default:false

Include former team members. Defaults to false (active members only).

Response

200 - application/json
personId
number
required
Example:

42

fullName
string
required
Example:

"Vitalik Buterin"

jobs
string[]
required

Positions held, ordered as recorded.

Example:
["Co-Founder", "Researcher"]
categories
string[]
required

Person classification tags. May be empty.

Example:
["Founder", "Executive"]
priority
number
required

Internal display order; lower comes first.

Example:

1

isFormer
boolean
required

True when the member no longer works here.

Example:

false

Personal social and web links.

images
object
required

Photo URLs in four sizes; each may be null when unavailable.