Get a list of transactions

Returns a paginated list of transactions visible to the authenticated user, most recent first.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Zero-based index of the page to return.

string

Free-text search across transaction description, source wallet nickname, status, transaction id, and the creating user's name or email.

string

Number of items returned per page. No maximum is enforced, but large pages are slow: 250 items takes roughly 6 seconds and 1000 exceeds the 29 second gateway timeout. Values below 1 are rejected.

string

Return only transactions whose source wallet, or whose payment operation source or destination wallet, matches this wallet id.

string

Accepted for consistency with other list endpoints but has no effect here: transactions are always returned newest first. A value other than ASC or DESC is rejected.

string

Attribute to sort by. Only dateCreated and id are supported on this endpoint.

Headers
string
required

Bearer JWT obtained from POST /mfa/login. Send as "Bearer ". Expires after 5 minutes.

Responses

400

Invalid input. Returned when a query parameter cannot be parsed, for example a non-numeric limit or index, or a direction other than ASC or DESC.

401

Unauthorized

404

Not found

500

Internal server error

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