Get all wallets for the organization
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/wallets/organization \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "date": "2024-01-01T00:00:00.000Z", "organizationId": "org_123", "reference": "user-123", "type": "User", "network": "ETH", "currentDeepIndex": 0, "index": 0, "path": "m/44'/60'/0'/0/0" } ], "pagination": { "totalElements": 100, "totalPages": 10, "skip": 0, "take": 10 } }
API key for authentication. Obtain your API key from the dashboard.
SDK version header
Number of records to skip
x >= 0
Number of records to take
1 <= x <= 100
Wallets retrieved successfully
Wallets response object
Show child attributes
Pagination
Was this page helpful?