Mint a token
Mint one or multiple tokens and send them to a wallet
POST
/
transactions
/
mints
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Body
application/json
The ID of the item type to be minted.
The ID of the wallet that will receive the tokens.
The amount of tokens.
Response
202 - application/json
The ID of the mint.
The ID of the item type.
The amount of tokens that were minted.
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?