Get addresses for a specific profile
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/addresses/{reference} \ --header 'x-api-key: <api-key>'
200
Example
{ "data": [ { "address": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb", "date": "2024-01-01T00:00:00.000Z", "label": "Main Address", "sub": "user_123", "network": "ETH", "balance": "1000000000000000000", "reference": "user-123", "path": "m/44'/60'/0'/0/0", "id": "123e4567-e89b-12d3-a456-426614174000", "miniWalletId": "123e4567-e89b-12d3-a456-426614174000" } ], "pagination": { "totalElements": 100, "totalPages": 10, "skip": 0, "take": 10 }}
API key for authentication. Obtain your API key from the dashboard.
SDK version header
Profile or organization reference identifier
Number of records to skip
x >= 0
Number of records to take
1 <= x <= 100
Addresses retrieved successfully
Addresses response object
Show child attributes
Pagination
Was this page helpful?