List Wallets
Last updated
Last updated
GET /wallets/?owner={userId}&limit={limit}&paginationToken={token}
Retrieves a list of wallets.
Wallets:Read
Always Required
owner
Get all delegated wallets owned by an end user, either by userId
or username
.
String (optional)
limit
Maximum number of items to return. Default to 100.
Number (optional)
paginationToken
Opaque token used to retrieve the next page. Returned as nextPageToken
from the previous request.
String (optional)
items
List of wallets.
nextPageToken
Opaque token used to retrieve the next page of items by setting as paginationToken
in the query parameter.
String (optional)
See .