Get ledger info
Get the latest ledger information, including data such as chain ID, role type, ledger versions, epoch, etc.
Last updated
Was this helpful?
Was this helpful?
// Request
curl -X GET -H 'Content-Type: application/json' https://movement.blockpi.network/rpc/v1/your_api_key/v1/
// Result
{
"chain_id": 126,
"epoch": "1",
"ledger_version": "9",
"oldest_ledger_version": "0",
"ledger_timestamp": "1732636319660843",
"node_role": "validator",
"oldest_block_height": "0",
"block_height": "3",
"git_hash": "9dfc8e7a3d622597dfd81cc4ba480a5377f87a41"
}