Mint tokens
Mint one or multiple tokens and send them to a wallet. Important: This is an ASYNC route! Use the read transaction route to check the mint’s status.
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Body
The sequential identifier of the token type within the contract.
The id of the contract from which the tokens will be minted.
The id of the wallet that will receive the tokens.
The quantity of tokens to be minted. Required if minting fungible tokens.
Response
The id of the transaction.
The id of the wallet that performed the transaction.
The status of the transaction on the blockchain.
created
, success
, failed
The identifier of this transaction on the blockchain.
The URL of the block explorer where the details of this transaction can be read.
Contains detailed information about the transaction receipts, including cost, messages, and operation results.
An object containing the parameters used for this transaction.
The type of transaction.
mint
The timestamp from when the transaction was submitted.
The timestamp from when the transaction was last updated.
The timestamp from when the transaction was completed.
Was this page helpful?