GET
/
blocks
/
tip
/
height
Block Tip Height
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/blocks/tip/height \
  --header 'api-key: <api-key>'
850302

Authorizations

api-key
string
header
required

Project API Key

Response

200 - application/json

Height of the latest block.

Height of the latest block on the best blockchain tip

Example:

850302