Skip to main content

Chain-tip

Returns the identifier of the most recently processed block on the network

Responses

Get details of the chain-tip (lastest block)


Schema
    data object required

    Blockchain chain-tip (most recently adopted block)

    block_hash string required

    Block hash of the most recent block

    height int64 required

    Height (number) of the most recent block

    slot int64 required

    Absolute slot of the most recent block

    last_updated object required

    Details of the most recent block processed by the indexer (aka chain tip); that is, the data returned is correct as of this block in time.

    block_hash string required

    Hex-encoded hash of the most recently processed block (aka chain tip)

    block_slot int64 required

    Absolute slot of the most recently processed block (aka chain tip)

    timestamp string required

    UTC timestamp of when the most recently processed block was minted

Loading...