/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_id
ID of the blockchain chain.
epoch
Current epoch number.
ledger_version
Latest ledger version.
oldest_ledger_version
Earliest available ledger version (due to pruning).
ledger_timestamp
Timestamp of the latest ledger version in microseconds.
node_role
Role of this node in the network.
oldest_block_height
Lowest block height available.
block_height
Current block height.
git_hash
Git hash of the node build.