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
  • href link
  • templated boolean
  • account object
  • href link
  • templated boolean
  • ledger object
  • href link
  • templated boolean
  • operations object
  • href link
  • templated boolean
  • effects object
  • href link
  • templated boolean
  • precedes object
  • href link
  • templated boolean
  • succeeds object
  • href link
  • templated boolean
  • transaction object
  • href link
  • templated boolean
  • id string
  • paging_token string
  • successful boolean
  • hash string
  • ledger int32
  • created_at string
  • source_account string

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

  • account_muxed string
  • account_muxed_id string
  • source_account_sequence string
  • fee_account string

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

  • fee_account_muxed string

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

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

    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 string
  • signatures string[]

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

  • inner_transaction object
  • hash string
  • signatures string[]

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

  • max_fee string
  • ]
Loading...