Skip to main content

This endpoint represents successful transactions referencing a given claimable balance and can be used in streaming mode. Streaming mode allows you to listen for new transactions referencing this claimable balance as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known transaction unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream transactions created since your request time.

Path Parameters
  • claimable_balance_id string required

    A unique identifier for this claimable balance.

Query Parameters
  • cursor integer

    A number that points to a specific location in a collection of responses and is pulled from the paging_token value of a record.

  • order string

    Possible values: [asc, desc]

    A designation of the order in which records should appear. Options include asc (ascending) or desc (descending). If this argument isn’t set, it defaults to asc.

  • limit integer

    The maximum number of records returned. The limit can range from 1 to 200 - an upper limit that is hardcoded in Horizon for performance reasons. If this argument isn’t designated, it defaults to 10.

  • include_failed boolean

    Possible values: [true, false]

    Set to true to include failed operations in results. Options include true and false.

Responses

Success


Schema
  • _links object
  • self object
  • href link required
  • templated boolean
  • next object
  • href link required
  • templated boolean
  • prev object
  • href link required
  • templated boolean
  • _embedded object
  • records object[]
  • Array [
  • memo 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...