cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/rpc/block/latest/height \ --header 'api-key: <api-key>'
{ "data": 123, "last_updated": { "block_hash": "<string>", "block_height": 123 } }
Get the current Bitcoin blockchain height (block number) at the chain tip for quick synchronization checks.
Project API Key
OK
Show child attributes
Was this page helpful?