🚨 Action Required: lite-api.jup.ag will be deprecated on 31st December 2025. View migration guide →
lite-api.jup.ag
cURL
curl --request GET \ --url https://api.jup.ag/ultra/v1/holdings/{address} \ --header 'x-api-key: <api-key>'
{ "amount": "<string>", "uiAmount": 123, "uiAmountString": "<string>", "tokens": {} }
Request for token balances of an account including token account information
Get API key via https://portal.jup.ag
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
Token mint address as key
The token account address
Token amount in atomic/raw units
Token amount in UI units after applying decimals
Token amount as string in UI units after applying decimals
Whether the token account is frozen
Whether this is an associated token account
Number of decimal places for the token
The token program ID