List customer wallets
Wallets
List customer wallets
Returns the first page of crypto wallets for a specific customer with defaults (pageSize 30, pageNumber 0, no filters). Use the POST variant for pagination and date filtering.
GET
List customer wallets
Authorizations
API key sent in the Authorization header.
Path Parameters
The customer (child org) ID. Must belong to the caller's organization or a direct child.
Response
Paginated crypto wallets
A page of crypto wallets.
The items on this page.
Zero-based index of this page.
Required range:
x >= 0Example:
0
Number of items per page.
Required range:
x >= 0Example:
30
Total number of items across all pages.
Required range:
x >= 0Example:
42
Total number of pages.
Required range:
x >= 0Example:
2
URL to fetch the next page of results, if available.