List Wallets
GET /wallets/?owner={userId}&limit={limit}&paginationToken={token}
Retrieves a list of wallets.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
Name
Conditions
Wallets:Read
Always Required
Parameters
Query parameters
Query string parameter
Description
Type - Optional
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 50.
Number (optional)
paginationToken
Opaque token used to retrieve the next page. Returned as nextPageToken
from the previous request.
String (optional)
Response
Field
Description
Type - Optional
items
List of wallets.
nextPageToken
Opaque token used to retrieve the next page of items. undefined
if end of the list.
String (optional)
200 Success
Last updated