wallets
List wallets for the profile
List wallets for a profile by reference with pagination.
get/api/v1/wallets/profile/{reference}
Path parameters
referencestring required
Profile reference
Query parameters
skipnumber
takenumber
Example:10
Headers
x-sdk-versionstring required
SDK version header
Response
Paginated wallets for the profile
Example response
{
"pagination": {
"totalElements": 100,
"totalPages": 10,
"take": 10
}
}