Skip to main content
GET
/
finalized-head
Get Latest Finalized Ethereum Block
curl --compressed 'https://portal.sqd.dev/datasets/ethereum-mainnet/finalized-head'
{
  "number": 21499968,
  "hash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890"
}

Response

200 - application/json
object | null

Highest finalized block information

number
integer<int64>

Block number of the highest available block.

Example:

21500000

hash
string

Hash of the highest available block.

Example:

"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"