Shows list of transactions for current user.

Query Params
string
enum

Sorts records. Can be sorted in DESC direction by adding "-" prefix.

Allowed:
string

Applies filter by id.

string

Applies filter by account id.

string

Applies filter by createdAt. Returns records where date >= passed.

string

Applies filter by createdAt. Returns records where date < passed.

string

Applies filter by updatedAt. Returns records where date >= passed.

string

Applies filter by updatedAt. Returns records where date < passed.

string

Applies filter by statusChangedAtFrom. Returns records where date >= passed.

string

Applies filter by statusChangedAtTo. Returns records where date < passed.

string

For filtering by status using equal operator

string

For filtering by status using not equal operator

string

For filtering by status using in operator

string

For filtering by status using not in operator

string

For filtering by status

string

Specifies count of objects returned in response. Default value is 20.

string

Specifies page number to be shown in response. size + number makes offset for records. Default value is 1.

Responses

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