Skip to main content

Get the block info of the latest block

GET 

/v1/chain/core/blocklog/blocks/latest

Get the block info of the latest block

Request

Query Parameters

    block string

    Block index or trie root

Responses

The block info

Schema
    blockIndex int32required

    Possible values: >= 1

    gasBurned stringrequired

    The burned gas (uint64 as string)

    gasFeeCharged stringrequired

    The charged gas fee (uint64 as string)

    numOffLedgerRequests int32required

    Possible values: >= 1

    numSuccessfulRequests int32required

    Possible values: >= 1

    timestamp date-timerequired
    totalRequests int32required

    Possible values: >= 1

Loading...