cURL
curl --request GET \ --url https://arch-mainnet.gomaestro-api.org/v0/rpc/block/recent \ --header 'api-key: <api-key>'
{ "data": [ { "bitcoin_block_height": 123, "hash": "<string>", "height": 123, "merkle_root": "<string>", "previous_block_hash": "<string>", "timestamp": 123, "transaction_count": 123, "transactions": [ "<string>" ] } ], "last_updated": { "block_hash": "<string>", "block_height": 123 } }
Get information about the most recent blocks on the Arch Network blockchain with default limits.
Project API Key
Page number.
Number of blocks.
Order of blocks.
Include transaction details.
OK
The response is of type object.
object
Was this page helpful?