Skip to main content
GET
/
finalized-head
Get Latest Finalized Solana Block
curl --compressed 'https://portal.sqd.dev/datasets/solana-mainnet/finalized-head'
{
  "number": 299999968,
  "hash": "8zKqF3jNPBRoCZy4vJ9FhJKWqZxKqDqJxEqVQYqJxQYq"
}

Response

200 - application/json
object | null

Highest finalized block information

number
integer<int64>

Slot number of the highest available block

Example:

300000000

hash
string
Example:

"9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin"