Skip to main content
GET
/
finalized-head
Latest Finalized Block
curl --request GET \
  --url 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.

Last modified on November 17, 2025