Transactions

List transaction history

Retrieve a paginated list of transactions for the specified time period

post/api/service/transaction/list

Request body

accountIdstring uuid

Account Id to fetch transactions for. Optional, is not specified - transactions for the default accounts will be returned

fromnumber required

Start timestamp (inclusive) - unix timestamp

tonumber required

End timestamp (exclusive) - unix timestamp

afterCursorstring

Cursor for pagination

Response

The list of transactions

Changes