Stellar · Example Payload

Stellar Horizon Submitasynctransaction 503

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Stellar Horizon Submitasynctransaction 503 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": "503",
  "example": {
    "summary": "Historical DB Is Too Stale",
    "value": {
      "type": "stale_history",
      "title": "Historical DB Is Too Stale",
      "status": 503,
      "detail": "This horizon instance is configured to reject client requests when it can determine that the history database is lagging too far behind the connected instance of Stellar-Core or read replica. It's also possible that Stellar-Core is out of sync. Please try again later.",
      "extras": {
        "envelope_xdr": ""
      }
    }
  }
}