Skip to main content
GET
/
v3
/
drophunting
/
{id}
/
backers
Drophunting activity backers
curl --request GET \
  --url https://api.cryptorank.io/v3/drophunting/{id}/backers \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": 42,
    "slug": "a16z",
    "name": "Andreessen Horowitz",
    "images": {
      "icon": "<string>",
      "x60": "<string>",
      "x150": "<string>",
      "native": "<string>"
    },
    "tier": 1,
    "isLead": true
  }
]

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

Response

200 - application/json
id
number
required

Fund ID.

Example:

42

slug
string
required

Fund slug.

Example:

"a16z"

name
string
required
Example:

"Andreessen Horowitz"

images
object
required

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

tier
object
required

Fund tier — lower is more prominent. Null when not tiered.

Example:

1

isLead
boolean
required

True when this fund led at least one funding round of the underlying coin.