Skip to main content

Retrieve a Ledger

The single ledger endpoint provides information on a specific ledger.

Path Parameters
  • sequence integer required

    The sequence number of a specific ledger.

Responses

Success


Schema
  • _embedded object
  • records object[]
  • Array [
  • _links object
  • self object required
  • href link required
  • templated boolean
  • transactions object required
  • href link required
  • templated boolean
  • operations object required
  • href link required
  • templated boolean
  • payments object
  • href link required
  • templated boolean
  • effects object required
  • href link required
  • templated boolean
  • id id
  • paging_token paging_token
  • hash hash
  • pre_hash hash
  • sequence int32
  • successful_transaction_count int32
  • failed_transaction_count int32
  • operation_count int32
  • tx_set_operation_count int32
  • closed_at string
  • total_coins string
  • fee_pool string
  • base_fee_in_stroops int32
  • base_reserve_in_stroops int32
  • max_tx_set_size int32
  • protocol_version int32
  • header_xdr string
  • ]
Loading...