Submit a Transaction Asynchronously
POST/transactions_async
This endpoint submits transactions to the Stellar network asynchronously. It is designed to allow users to submit transactions without blocking them while waiting for a response from Horizon. At the same time, it also provides clear response status codes from stellar-core to help understand the status of the submitted transaction. You can then use Horizon's GET transaction endpoint to wait for the transaction to be included in a ledger and ingested by Horizon.
Request
Responses
- 201
- 400
- 403
- 409
- 500
- 503
Transaction has been received by core and is in pending status.
Transaction is malformed; ERROR status from core.
Transaction submission has been disabled for Horizon.
Transaction is a duplicate of a previously submitted transaction.
Transaction submission failure, exception or invalid status from core.
History DB is stale; core is unavailable for transaction submission.