/v1

Retrieves the latest information from the Aptos blockchain ledger, including the current chain ID, node role, latest and oldest ledger versions, epoch, block height, and more.

⚠ This endpoint is only available with Blast access.

Response

The latest ledger information.
chain_idintegerOptional
ID of the blockchain chain.
epochstringOptional
Current epoch number.
ledger_versionstringOptional
Latest ledger version.
oldest_ledger_versionstringOptional

Earliest available ledger version (due to pruning).

ledger_timestampstringOptional
Timestamp of the latest ledger version in microseconds.
node_rolestringOptional
Role of this node in the network.
oldest_block_heightstringOptional
Lowest block height available.
block_heightstringOptional
Current block height.
git_hashstringOptional
Git hash of the node build.