cURL
curl --request GET \
--url https://portal.sqd.dev/datasets/solana-mainnet/finalized-head{
"number": 123,
"hash": "<string>"
}Auxiliary endpoints
GET /finalized-head
Returns the slot number and hash of the highest finalized block available in the dataset, or null if no blocks are available. Useful for diagnotics.
GET
/
finalized-head
cURL
curl --request GET \
--url https://portal.sqd.dev/datasets/solana-mainnet/finalized-head{
"number": 123,
"hash": "<string>"
}Was this page helpful?
⌘I

