Skip to main content
GET
/
v3
/
drophunting
/
{id}
Drophunting activity profile
curl --request GET \
  --url https://api.cryptorank.io/v3/drophunting/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "id": 42,
  "slug": "eigenlayer",
  "name": "EigenLayer",
  "images": {
    "icon": "<string>",
    "x60": "<string>",
    "x150": "<string>",
    "native": "<string>"
  },
  "description": {},
  "links": {
    "claim": {},
    "verify": {}
  },
  "rewardDate": "2026-09-30T00:00:00.000Z",
  "totalRaised": "125000000",
  "moniScore": 87,
  "estimatedCost": "0",
  "estimatedTimeMinutes": 45,
  "hasTasks": true,
  "hasBackers": true,
  "hasFundingRounds": 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
Example:

42

slug
string
required
Example:

"eigenlayer"

name
string
required
Example:

"EigenLayer"

images
object
required

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

description
object
required

Long English description of the underlying coin.

status
enum<string>
required
Available options:
POTENTIAL,
CONFIRMED,
VERIFICATION,
REWARD_AVAILABLE,
DISTRIBUTED,
SNAPSHOT
rewardType
enum<string>
required
Available options:
airdrop,
ambassador,
fee,
nft,
points,
role,
spaceships,
whitelist
rewardDate
object
required

Expected reward distribution date, ISO 8601 UTC. May be coarse — see rewardDatePrecision.

Example:

"2026-09-30T00:00:00.000Z"

rewardDatePrecision
enum<string> | null
required

Granularity of rewardDate. YEAR/QUARTER/MONTH mean only that part of the timestamp is meaningful.

Available options:
YEAR,
QUARTER,
MONTH,
DATE,
DATE_TIME
totalRaised
object
required

Total USD raised by the project across funding rounds and crowdsales.

Example:

"125000000"

moniScore
object
required

Internal X (Twitter) score of the underlying coin.

Example:

87

estimatedCost
object
required

Estimated USD cost to participate — sum of costs across all tasks. Null when no tasks have a declared cost.

Example:

"0"

estimatedTimeMinutes
object
required

Estimated time in minutes to complete — sum across all tasks. Null when no tasks have a declared time.

Example:

45

hasTasks
boolean
required

True when at least one task is available.

hasBackers
boolean
required

True when the underlying coin has at least one disclosed backer (VC fund from a funding round).

hasFundingRounds
boolean
required

True when the underlying coin has disclosed funding rounds.