GET
/
block
/
count
Block Count
curl --request GET \
  --url https://arch-mainnet.gomaestro-api.org/v0/rpc/block/count \
  --header 'api-key: <api-key>'
{
  "data": 123,
  "last_updated": {
    "block_hash": "<string>",
    "block_height": 123
  }
}

Authorizations

api-key
string
header
required

Project API Key

Response

200
application/json

OK

The response is of type object.