cURL
curl --request GET \ --url https://arch-mainnet.gomaestro-api.org/v0/rpc/block/latest/hash \ --header 'api-key: <api-key>'
{ "data": "<string>", "last_updated": { "block_hash": "<string>", "block_height": 123 } }
Latest block hash
Project API Key
OK
The response is of type object.
object