Skip to main content
GET
/
head
Get Latest Solana Block
curl --compressed 'https://portal.sqd.dev/datasets/solana-mainnet/head'
{
  "number": 300000000,
  "hash": "9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin"
}

Response

200 - application/json
object | null

Highest block information

number
integer<int64>

Slot number of the highest available block

Example:

300000000

hash
string
Example:

"9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin"