List swap transactions
GET /v2/swap/transactions
GET
/v2/swap/transactions
Retrieve a list of swap transactions with optional filtering
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” walletId
required
string
wallet-123Filter by wallet ID
organisationId
required
string
org-123Filter by organisation ID
status
required
string
Filter by transaction status
page
Pagination information
object
page[number]
number
1Page number (starts at 1)
page[size]
number
10Items per page
Responses
Section titled “ Responses ”Returns a paginated list of swap transactions matching the filter criteria.
object
items
required
List of transactions
Array<object>
object
transactionId
required
The transaction ID
string
swap-123 status
required
The transaction status
string
completed sourceCurrency
required
The source currency
string
USD destinationCurrency
required
The destination currency
string
EUR amount
required
The amount
string
100.00 page
required
Pagination information
object
number
required
Page number (starts at 1)
number
1 size
required
Items per page
number
10 totalPages
required
Total number of items
number
100 totalCount
required
Total number of pages
number
10 hasNext
required
Whether there is a next page
boolean
true hasPrev
required
Whether there is a previous page
boolean
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error