chain_getFinalizedHead - JSON-RPC Method
Description
Returns the hash of the most recently finalized block.
Example (HTTP)
curl -s https://api-acala.n.dwellir.com/YOUR_API_KEY \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"chain_getFinalizedHead","params":[]}'