POST
/
mints
/
airdrop

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Body

application/json
address
string

The wallet address to receive the tokens.

amount
number
default:
1

The amount of tokens.

itemTypeId
string

The ID of the item type.

Response

202 - application/json
amount
number

The amount of tokens that were minted.

id
string

The ID of the mint.

itemTypeId
string

The ID of the item type.

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?