Skip to content

List swap transactions

GET
/v2/swap/transactions

Retrieve a list of swap transactions with optional filtering

walletId
required
string

Filter by wallet ID

Example
wallet-123
organisationId
required
string

Filter by organisation ID

Example
org-123
status
required
string
Allowed values: pending completed failed

Filter by transaction status

Example
pending
page[number]
number

Page number (starts at 1)

Example
1
page[size]
number

Items per page

Example
10
X-API-Key
string

API Key

X-API-Secret
string

API Secret

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