Skip to main content
GET
/
v3
/
drophunting
Drophunting activities list
curl --request GET \
  --url https://api.cryptorank.io/v3/drophunting \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": 42,
    "slug": "eigenlayer",
    "name": "EigenLayer",
    "images": {
      "icon": "<string>",
      "x60": "<string>",
      "x150": "<string>",
      "native": "<string>"
    },
    "lastStatusUpdate": "2026-05-15T12:34:56.000Z"
  }
]

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

Query Parameters

offset
number
default:0
Required range: 0 <= x <= 50000
limit
number
default:100
Required range: 1 <= x <= 1000
status
enum<string>
Available options:
POTENTIAL,
CONFIRMED,
VERIFICATION,
REWARD_AVAILABLE,
DISTRIBUTED,
SNAPSHOT
rewardType
enum<string>
Available options:
airdrop,
ambassador,
fee,
nft,
points,
role,
spaceships,
whitelist

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.

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
lastStatusUpdate
string
required

ISO 8601, UTC.

Example:

"2026-05-15T12:34:56.000Z"