Transactions
Read all transactions
This endpoint reads all transactions made with your API key.
GET
/
transactions
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Query Parameters
The cursor for pagination
The number of transactions to return
The start date and time for filtering the results
The end date and time for filtering the results
The type of the transaction
Available options:
mint
, transfer
, custom
The status of the transaction
Available options:
success
, failed
, created
The id of the contract
Was this page helpful?