Read all transactions
This endpoint reads all transactions made with your API key. DISCLAIMER: currently only returns mints, will return transfers soon.
GET
/
transactions
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
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?