List Wallets
GET /wallets/?ownerId={userId}&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
Wallets:Read
Always Required
Parameters
Query parameters
ownerId
Optional
Filters the wallets returned to the userId of the owner of the wallets. Can be used to get all wallets belonging to a specific end user.
String
ownerUsername
Optional
Filters the wallets returned to the username of the owner of the wallets. Can be used to get all wallets belonging to a specific end user.
String
limit
Optional
Maximum number of items to return. Default to 50.
Number
paginationToken
Optional
Opaque token used to retrieve the next page. Returned as nextPageToken
from the previous request.
String
Response
200 Response example
Last updated