Transactions

List transactions

Retrieve a paginated list of transactions for the specified time period

post/api/service/transaction/list

Request body

fromnumber required

Start timestamp (inclusive) - unix timestamp

tonumber required

End timestamp (exclusive) - unix timestamp

afterCursorstring

Cursor for pagination

Response

The list of transactions

Changes