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

Response

200 - application/json
object | null

Highest block information

number
integer<int64>

Block number of the highest available block.

Example:

21500000

hash
string

Hash of the highest available block.

Example:

"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"