curl --request GET \ --url https://portal.sqd.dev/datasets/solana-mainnet/head
Copy
{ "number": 123, "hash": "<string>"}
Auxiliary endpoints
GET /head
Returns the slot number and hash of the highest block available in the dataset, or null if no blocks are available. Takes real-time data into account. Useful for diagnotics.
GET
/
head
cURL
Copy
curl --request GET \ --url https://portal.sqd.dev/datasets/solana-mainnet/head