Skip to main content
GET
/
v3
/
persons
/
{id}
/
positions
Person Positions
curl --request GET \
  --url https://api.cryptorank.io/v3/persons/{id}/positions \
  --header 'X-Api-Key: <api-key>'
{
  "data": [
    {
      "entityType": "Currency",
      "entityId": 1,
      "entitySlug": "ethereum",
      "entityName": "Ethereum",
      "jobs": [
        "Co-Founder",
        "CTO"
      ],
      "yearFrom": 2020,
      "yearTo": 2022,
      "isCurrent": true
    }
  ],
  "status": {
    "usedCredits": 1,
    "timestamp": 1780000000000
  }
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
integer
required

Person ID. Resolve via /persons/map

Required range: x >= 1
Example:

1

Response

data
object[]
required
status
object
required