Stellar · Example Payload

Stellar Horizon Submitasynctransaction 201

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Stellar Horizon Submitasynctransaction 201 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": "201",
  "example": {
    "summary": "Transaction Pending",
    "value": {
      "tx_status": "PENDING",
      "hash": "6cbb7f714bd08cea7c30cab7818a35c510cbbfc0a6aa06172a1e94146ecf0165"
    }
  }
}