Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 7.75 KB

File metadata and controls

12 lines (9 loc) · 7.75 KB

ListWalletsRequest

Fields

Field Type Required Description Example
cursor Optional<String> Parameter used in pagination requests.
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 the pagination token is set.
aHR0cHM6Ly9nLnBhZ2UvTmVrby1SYW1lbj9zaGFyZQ==
expand Optional<String> N/A balances
metadata Map<String, String> Filter wallets by metadata key value pairs. Nested objects can be used as seen in the example below. {
"admin": "true"
}
name Optional<String> Filter on wallet name wallet1
pageSize Optional<Long> The maximum number of results to return per page 100