Broadcast a signed swap transaction
Authorizations
apikeystringRequired
API key for authentication
Body
signed_transactionstringRequiredExample:
Signed transaction: base64 for Solana, 0x hex for EVM
0xdeadbeefchainstring · enumRequiredExample:
Chain the transaction is for: 'solana' or 'base'
basePossible values: request_idany ofOptional
Jupiter request ID (Solana only)
stringOptional
Responses
200
Execution result including transaction hash
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Content
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
502
Bad Gateway
application/json
503
Service Unavailable
application/json
504
Gateway Timeout
application/json
post/api/v1/trade/execute
Last updated
Was this helpful?