List wallets for a profile by reference with pagination.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/wallets/profile/{reference} \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "data": [ { "id": "<string>", "organizationId": "<string>", "reference": "<string>", "type": "<string>", "networkId": "<string>", "index": 123, "date": "2023-11-07T05:31:56Z", "currentDeepIndex": 123, "path": "<string>" } ], "pagination": { "totalElements": 100, "totalPages": 10, "skip": 0, "take": 10 } }
API key for authentication
SDK version header
Profile reference
0
10
Paginated wallets for the profile
Show child attributes
Was this page helpful?