🚨 Action Required: lite-api.jup.ag will be deprecated on 31st December 2025. View migration guide →
lite-api.jup.ag
cURL
curl --request POST \ --url https://api.jup.ag/lend/v1/earn/redeem-instructions \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", "signer": "HYbxGkNvEwvZ14RzJHPB9h3dWfXjxwAEhkyzJRHx1hBf", "shares": "1000000" } '
{ "programId": "<string>", "accounts": [ { "pubkey": "<string>", "isSigner": true, "isWritable": true } ], "data": "<string>" }
Request for the instruction of an earn redeem transaction to redeem shares
Get API key via https://portal.jup.ag
Successful response
Show child attributes