🚨 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/send/v1/craft-send \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "inviteSigner": "<string>", "sender": "<string>", "amount": "<string>", "mint": "<string>" } '
{ "tx": "<string>", "expiry": "<string>", "totalFeeLamports": "<string>" }
Request for a base64-encoded unsigned Send transaction
Get API key via https://portal.jup.ag
amount='1000000'
Successful response