The Jupiter Developer Platform is live. Previous portal users keep their rate limits for free until 30 June 2026 — set up billing on the new platform before then. See the Migration Guide for details.
cURL
curl --request GET \ --url https://api.jup.ag/lend/v1/earn/earnings \ --header 'x-api-key: <api-key>'
[ { "address": "So11111111111111111111111111111111111111112", "ownerAddress": "BQ72nSv9f3PRyRKCBnHLVrerrv37CYTHm5h3s9VSGQDV", "earnings": 34483000, "slot": 345678901 } ]
Request for the earnings of one or multiple positions of a user
Get API key via https://developers.jup.ag/portal
User wallet address
User token positions (comma-separated)
Successful response
Was this page helpful?