POST
/
transactions
/
mints

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Body

application/json
uriNumber
number
required

The sequential identifier of the token type within the contract.

contractId
string

The id of the contract from which the tokens will be minted.

quantity
number
default:
1

The quantity of tokens to be minted. Required if minting fungible tokens.

walletId
string

The id of the wallet that will receive the tokens.

Response

202 - application/json
blockExplorerUrl
string | null

The URL of the block explorer where the details of this transaction can be read.

completedAt
string | null

The timestamp from when the transaction was completed.

createdAt
string

The timestamp from when the transaction was submitted.

id
string

The id of the transaction.

request
object

An object containing the parameters used for this transaction.

result
object

Contains detailed information about the transaction receipts, including cost, messages, and operation results.

status
enum<string>

The status of the transaction on the blockchain.

Available options:
created,
success,
failed
transactionHash
string | null

The identifier of this transaction on the blockchain.

type
enum<string>

The type of transaction.

Available options:
mint
updatedAt
string

The timestamp from when the transaction was last updated.

walletId
string

The id of the wallet that performed the transaction.