Skip to main content

Retrieve a Ledger

GET 

/ledgers/:sequence

The single ledger endpoint provides information on a specific ledger.

Request

Path Parameters

    sequence integerrequired

    The sequence number of a specific ledger.

Responses

Success

Schema

    _embedded

    object

    records

    object[]

  • Array [

  • _links

    object

    self

    object

    required

    href linkrequired
    templated boolean

    transactions

    object

    required

    href linkrequired
    templated boolean

    operations

    object

    required

    href linkrequired
    templated boolean

    payments

    object

    href linkrequired
    templated boolean

    effects

    object

    required

    href linkrequired
    templated boolean
    id id (string)
    paging_token paging_token (string)
    hash hash (string)
    pre_hash hash (string)
    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...