cURL
curl --request GET \
--url https://portal.sqd.dev/datasets/solana-mainnet/head{
"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
curl --request GET \
--url https://portal.sqd.dev/datasets/solana-mainnet/head{
"number": 123,
"hash": "<string>"
}Was this page helpful?
⌘I

