Submit a transaction
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>"
}Router
Submit Transaction
Submit a signed transaction through Jupiter’s landing infrastructure
POST
/
submit
Submit a transaction
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>"
}Documentation Index
Fetch the complete documentation index at: https://dev.jup.ag/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I
