Skip to main content

Retrieve a Transaction

The single transaction endpoint provides information on a specific transaction.

Path Parameters
  • transaction_hash string required

    Transactions are commands that modify the ledger state and consist of one or more operations.

Responses

Success


Schema
  • _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
  • id id
  • paging_token string
  • successful boolean
  • hash string
  • ledger int32
  • created_at string
  • source_account address

    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 address

    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
  • 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}

Loading...