🚨 Action Required: lite-api.jup.ag will be deprecated on 31st January 2026. View migration guide →
lite-api.jup.ag
cURL
curl --request GET \ --url https://api.jup.ag/lend/v1/earn/earnings \ --header 'x-api-key: <api-key>'
[ { "address": "So11111111111111111111111111111111111111112", "ownerAddress": "BQ72nSv9f3PRyRKCBnHLVrerrv37CYTHm5h3s9VSGQDV", "totalDeposits": "1000000000", "totalWithdraws": "0", "totalBalance": "1034483000", "totalAssets": "1034483000", "earnings": "34483000" } ]
Request for the earnings of one or multiple positions of a user
Get API key via https://portal.jup.ag
User wallet address
User token positions (comma-separated)
Successful response
Was this page helpful?