Skip to main content
GET
/
finalized-head
cURL
curl --compressed 'https://portal.sqd.dev/datasets/ethereum-mainnet/finalized-head'
{
  "number": 123,
  "hash": "<string>"
}

Response

200 - application/json
object | null

Highest finalized block information

number
integer<int64>

Block number of the highest available block.

hash
string

Hash of the highest available block.