Read a transaction
This endpoint reads a transaction made with your API key. DISCLAIMER: currently only works for mints, will return transfers soon.
GET
/
transactions
/
{transactionId}
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Path Parameters
The ID of the transaction.
Response
200 - 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?