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/tx/v1/submit \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "signedTransaction": "<string>" } '
{ "signature": "<string>" }
Submit a signed transaction through Jupiter’s landing infrastructure
Jupiter API key from portal.jup.ag
Base64-encoded signed transaction
Successful response
Transaction signature
Was this page helpful?