POST
/
mints
/
airdrop

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <API_KEY>.

Body

application/json
itemTypeId
string
required

The ID of the item type.

address
string
required

The wallet address to receive the tokens.

amount
number
default: 1

The 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?