v47

OpenAPI 3.0.0raw.githubusercontent.com2026-08-013871777.1 KB
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