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