Get all Transactions

Retrieves a paginated list of transactions with optional filtering capabilities.

Features:

  • Filter by transaction status
  • Filter by specific user UUID
  • Configurable pagination
  • Flexible sorting options
  • Optional user details inclusion
Query Params
statuses
array of strings
length between 1 and 7
Defaults to READY

Filter the results based on the transaction's current status

string

Filter the transactions by your wallet address. This param is to be used with the secretType parameter.

string
enum

Filter the transactions by blockchain network. This param is to be used with the walletAddress parameter.

uuid

Filter the transactions by your users with userId

boolean

Boolean flag to indicate whether to show your users in the result or not

int32

The current page number

int32

The number of items per page

string
enum

Name of the parameter to sort on

Allowed:
string
enum

Indication to sort in ascending or descending order

Allowed:
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json