API Playground
Airdrop Collection
Mint items in a collection to a list of customers for your project. All customers must have an existential balance, which is the minimum balance required to store on-chain data for an address, to receive a direct airdrop. If a customer’s balance is less than the existential balance, a voucher will be created for them to claim the item at a later time.
POST
/
v1
/
collections
/
airdrop
Authorizations
x-api-key
string
headerrequiredThe API Key you were given in the developer portal.
Body
application/json
collectionId
string
requiredusers
string[]
usersByReferenceId
string[]
emails
string[]
Response
200 - application/json
message
string
requiredvoucherCount
number
requiredairdropped
number
required