Send an airdrop
This endpoint airdrops a specific amount of tokens to a user
POST
/
mints
/
airdrop
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <API_KEY>
.
Body
application/json
itemTypeId
string
The ID of the item type.
address
string
The wallet address to receive the tokens.
amount
number
default: 1The amount of tokens.
Response
202 - application/json
id
string
The ID of the mint.
itemTypeId
string
The ID of the item type.
amount
number
The amount of tokens that were minted.
status
enum<string>
The status of the mint.
Available options:
success
, created
, failed
, in_queue
, pending
, job_received
transactionHash
string
The identifier of this transaction on the blockchain.
Was this page helpful?