Skip to main content
GET
/
airdrops
Get Airdrops
curl --request GET \
  --url https://inprocess.world/api/airdrops
[
  {
    "collectionAddress": "0x297F21AAc502571db2c7dBFD271E68Dae7F2cE1E",
    "tokenId": "1",
    "recipient": {
      "address": "0xb5acded340d66678f01097818940a0f028dafb8d",
      "username": "sweetman"
    },
    "amount": 2
  }
]

Query Parameters

artist_address
string
required

Artist address

chainId
integer
default:8453

Chain ID (default: Base, 8453)

offset
integer
default:0

Pagination offset (default: 0)

Required range: x >= 0

Response

Successful response

collectionAddress
string
required

Collection address of the airdropped moment

tokenId
string
required

Token ID of the airdropped moment

recipient
object
required
amount
integer
required

Amount of tokens airdropped