Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 8.71 KB

File metadata and controls

12 lines (9 loc) · 8.71 KB

GetBalancesRequest

Fields

Field Type Required Description Example
address Optional<String> Filter balances involving given account, either as source or destination. users:001
after Optional<String> Pagination cursor, will return accounts after given address, in descending order. users:003
cursor Optional<String> Parameter used in pagination requests. Maximum page size is set to 1000.
Set to the value of next for the next page of results.
Set to the value of previous for the previous page of results.
No other parameters can be set when this parameter is set.
aHR0cHM6Ly9nLnBhZ2UvTmVrby1SYW1lbj9zaGFyZQ==
ledger String ✔️ Name of the ledger. ledger001
pageSize Optional<Long> The maximum number of results to return per page.