Stellar · Example Payload

Stellar Horizon Submitasynctransaction 400

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Stellar Horizon Submitasynctransaction 400 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": "400",
  "example": {
    "summary": "Transaction Malformed",
    "value": {
      "type": "transaction_malformed",
      "title": "Transaction Malformed",
      "status": 400,
      "detail": "Horizon could not decode the transaction envelope in this request. A transaction should be an XDR TransactionEnvelope struct encoded using base64. The envelope read from this request is echoed in the `extras.envelope_xdr` field of this response for your convenience.",
      "extras": {
        "envelope_xdr": ""
      }
    }
  }
}