Skip to main content

chain_getFinalizedHead RPC Method

Retrieves hash of the last finalized block in the canon chain.

Updated on
Oct 4, 2023

chain_getFinalizedHead RPC Method

Parameters

This method does not accept any parameters

Returns

BlockHash
string
The hash of the last finalized block
Request
1
curl https://docs-demo.dot-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"chain_getFinalizedHead","params":[],"id":1,"jsonrpc":"2.0"}'
5
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free