Skip to main content

Submit a Transaction Asynchronously REST API Endpoint

Loading...

Updated on
Mar 31, 2026

Submit a Transaction Asynchronously REST API Endpoint

Parameters

Query Parameters

tx
string
REQUIRED
Loading...

Returns

tx_status
string
Loading...
hash
string
Loading...
error_result_xdr
string
Loading...
Request
1
curl -L -X POST 'https://docs-demo.stellar-mainnet.quiknode.pro/transactions_async' \
2
-H 'Accept: application/json' \
3
-H 'Content-Type: application/x-www-form-urlencoded' \
4
--data-urlencode 'tx=YOUR_SIGNED_TRANSACTION_HERE'
5
1
curl -L -X POST 'https://docs-demo.stellar-mainnet.quiknode.pro/transactions_async' \
2
-H 'Accept: application/json' \
3
-H 'Content-Type: application/x-www-form-urlencoded' \
4
--data-urlencode 'tx=YOUR_SIGNED_TRANSACTION_HERE'
5
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free