cURL
curl --request POST \ --url https://api.hel.io/v1/transaction/headless/submit \ --header 'Content-Type: application/json' \ --data ' { "signedTransaction": "<string>", "transactionToken": "<string>" } '
{ "transactionSignature": "string", "status": "string", "content": "array" }
Submits a Solana headless transaction.
api.hel.io/v1
api.dev.hel.io/v1
The serialized transaction signed by the payer.
The token returned from the prepare step, used to identify the transaction.
The transaction was submitted successfully