cURL
curl --request GET \ --url https://lite-api.jup.ag/ultra/v1/holdings/{address}
{ "amount": "<string>", "uiAmount": 123, "uiAmountString": "<string>", "tokens": {} }
Request for token balances of an account including token account information
The wallet address to get holdings for
Successful response
Total SOL in lamports
Total SOL in UI units after applying decimals
Total SOL as string in UI units after applying decimals
Other token holdings organized by mint address as keys
Show child attributes