v1
latestOpenAPI 3.1.02026-07-2612501.4 MBapt_v1
Retrieve the latest ledger information, including data such as chain ID, role type, ledger versions, epoch, etc. The API credit value for this method is 1.
get/node/v1/aptos/mainnet/{apiKey}/v1/
Path parameters
apiKeystring required
please <span class="custom-style"><a href="../docs/quick-start-guide#-creating-your-api-key-on-the-zan-platform" target="_blank">create your own API key</a></span>
Response
200
Example response
{
"id": 1,
"epoch": "3298",
"ledger_version": "181169377",
"oldest_ledger_version": "0",
"ledger_timestamp": "1689311917863726",
"node_role": "full_node",
"oldest_block_height": "0",
"block_height": "69166865",
"git_hash": "f43ce082abbdaa3a8b38ac07d928feed4248eb73"
}