Stellar · Example Payload

Stellar Horizon Submitasynctransaction 500

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Stellar Horizon Submitasynctransaction 500 is an example object payload from Stellar, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusCodeexample

Example Payload

Raw ↑
{
  "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"
      }
    }
  }
}