List accounts from a ledger
List accounts from a ledger, sorted by address in descending order.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Name of the ledger.
"ledger001"
Query Parameters
The maximum number of results to return per page.
1 <= x <= 1000
The maximum number of results to return per page.
Deprecated, please use pageSize
instead.
1 <= x <= 1000
Pagination cursor, will return accounts after given address, in descending order.
"users:003"
Filter accounts by address pattern (regular expression placed between ^ and $).
"users:.+"
Filter accounts by metadata key value pairs. Nested objects can be used as seen in the example below.
Filter accounts by their balance (default operator is gte)
2400
Operator used for the filtering of balances can be greater than/equal, less than/equal, greater than, less than, equal or not.
gte
, lte
, gt
, lt
, e
, ne
"gte"
Operator used for the filtering of balances can be greater than/equal, less than/equal, greater than, less than, equal or not.
Deprecated, please use balanceOperator
instead.
gte
, lte
, gt
, lt
, e
, ne
"gte"
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=="
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.
Deprecated, please use cursor
instead.
"aHR0cHM6Ly9nLnBhZ2UvTmVrby1SYW1lbj9zaGFyZQ=="
Response
OK
The response is of type object
.