{ "operationId": "SubmitAsyncTransaction", "method": "POST", "path": "/transactions_async", "statusCode": "500", "example": { "summary": "Transaction Submission Failed", "value": { "type": "transaction_submission_failed", "title": "Transaction Submission Failed", "status": 500, "detail": "Could not submit transaction to stellar-core. The `extras.error` field on this response contains further details. Descriptions of each code can be found at: https://developers.stellar.org/api/errors/http-status-codes/horizon-specific/transaction-submission-async/transaction_submission_failed", "extras": { "envelope_xdr": "", "error": "Error details here" } } } }