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 POST \ --url https://api.jup.ag/lend/v1/earn/deposit \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", "signer": "HYbxGkNvEwvZ14RzJHPB9h3dWfXjxwAEhkyzJRHx1hBf", "amount": "1000000" } '
{ "transaction": "AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAEN..." }
Request for a base64-encoded unsigned earn deposit transaction to deposit assets
Get API key via https://developers.jup.ag/portal
Successful response
Was this page helpful?