🐉 Soldexer is in Open Beta!
cURL
curl --request GET \ --url https://portal.sqd.dev/datasets/solana-mainnet/finalized-head
{ "number": 123, "hash": "<string>" }
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.
Highest finalized block information
The response is of type object.
object
Was this page helpful?