🚨 Action Required: lite-api.jup.ag will be deprecated on 31st January 2026. View migration guide →
lite-api.jup.ag
Ultra Swap API to get the token balances of an account.
const balancesResponse = await ( await fetch(`https://api.jup.ag/ultra/v1/balances/3X2LFoTQecbpqCR7G5tL1kczqBKurjKPHhKSZrJ4wgWc`, { headers: { 'x-api-key': 'your-api-key', }, } ) ).json(); console.log(JSON.stringify(balancesResponse, null, 2));
{ "SOL": { "amount": "0", "uiAmount": 0, "slot": 324307186, "isFrozen": false } }
{ "error": "Invalid address" }