GET
/
transactions
/
{transactionId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <API_KEY>.

Path Parameters

transactionId
string
required

The ID of the transaction.

Response

200 - 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.