GET
/
transactions

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <API_KEY>.

Query Parameters

cursor
string

The cursor for pagination

size
integer

The number of transactions to return

startDate
string

The start date and time for filtering the results

endDate
string

The end date and time for filtering the results

type
enum<string>

The type of the transaction

Available options:
mint,
transfer,
custom
status
enum<string>

The status of the transaction

Available options:
success,
failed,
created
contractId
string

The id of the contract

Response

200 - application/json
data
object[]

An array containing all transactions made by wallets of this project.

pagination
object