Get asset balances for a given address, optionally filtered by network.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/portfolio \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "assets": [ { "id": "<string>", "amount": "<string>", "walletId": "<string>", "addressId": "<string>", "tokenizationId": "<string>", "tokenId": "<string>", "name": "<string>", "symbol": "<string>", "contractAddress": "<string>", "updatedAt": "<string>", "createdAt": "<string>", "tokenizationTokenId": "<string>", "type": "<string>" } ], "pagination": { "totalElements": 100, "totalPages": 10, "skip": 0, "take": 10 } }
API key for authentication
SDK version header
0
10
Assets retrieved for address
Show child attributes
Was this page helpful?