Returns a list of committed transaction outcomes (containing balance changes) from a given state version, filtered to only transactions which involved the given account.
The logical name of the network
"{{network}}"
The Bech32m-encoded human readable version of the account's address
The first (resultant) state version to be returned
The maximum number of transactions that will be returned.
Paged response
The first (resultant) state version in the returned response (if any).
This matches the from_state_version
in the request.
An integer between 0
and 10000
, giving the total count of transactions in the returned response
The maximum state version currently committed on this node's ledger.
A committed transaction outcomes list starting from the from_state_version
(inclusive).