cURL
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 } }
Block count
Project API Key
OK
The response is of type object.
object