From May 19, gateways will require an API key. Read the announcement
curl --compressed 'https://portal.sqd.dev/datasets/bitcoin-mainnet/finalized-head'
{
"number": 123,
"hash": "<string>"
}Returns the highest available finalized block number and hash.
curl --compressed 'https://portal.sqd.dev/datasets/bitcoin-mainnet/finalized-head'
{
"number": 123,
"hash": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?