Skip to main content

Submit a Transaction

This endpoint actually submits a transaction to the Stellar network. It only takes a single, required parameter: the signed transaction. Refer to the Transactions page for details on how to craft a proper one. If you submit a transaction that has already been included in a ledger, this endpoint will return the same response as would’ve been returned for the original transaction submission. This allows for safe resubmission of transactions in error scenarios, as highlighted in the error-handling guide.

Query Parameters
  • tx string required
Responses

Success


Schema
  • _embedded object
  • records object[]
  • Array [
  • memo string
  • memo_bytes string
  • _links object
  • self object required
  • href link required
  • templated boolean
  • account object required
  • href link required
  • templated boolean
  • ledger object required
  • href link required
  • templated boolean
  • operations object required
  • href link required
  • templated boolean
  • effects object required
  • href link required
  • templated boolean
  • precedes object required
  • href link required
  • templated boolean
  • succeeds object required
  • href link required
  • templated boolean
  • transaction object required
  • href link required
  • templated boolean
  • id id required
  • paging_token string required
  • successful boolean required
  • hash string required
  • ledger int32 required
  • created_at string required
  • source_account address required

    Possible values: Value must match regular expression G[A-Z0-9]{55}

  • account_muxed string
  • account_muxed_id string
  • source_account_sequence string required
  • fee_account address required

    Possible values: Value must match regular expression G[A-Z0-9]{55}

  • fee_account_muxed address

    Possible values: Value must match regular expression G[A-Z0-9]{55}

  • fee_account_muxed_id string
  • fee_charged string required
  • max_fee string required
  • operation_count int32 required
  • envelope_xdr string required
  • result_xdr string required
  • result_meta_xdr string required
  • fee_meta_xdr string
  • memo_type string required
  • signatures string[] required

    Possible values: Value must match regular expression G[A-Z0-9]{55}

  • valid_after string
  • valid_before string
  • preconditions object
  • timebounds object
  • min_time string
  • max_time string
  • ledgerbounds object
  • min_ledger string
  • max_ledger string
  • min_account_sequence string
  • min_account_sequence_age string
  • min_account_sequence_ledger_gap uint32
  • extra_signers string[]
  • fee_bump_transaction object
  • hash hash
  • signatures string[]

    Possible values: Value must match regular expression G[A-Z0-9]{55}

  • inner_transaction object
  • hash hash
  • signatures string[]

    Possible values: Value must match regular expression G[A-Z0-9]{55}

  • max_fee string
  • ]
Loading...