v1
latestOpenAPI 3.0.02026-07-26268286602.5 KBaddresses
List blocks validated (mined) by a specific validator/miner address
Retrieves blocks that were validated (mined) by a specific address. Useful for tracking validator/miner performance.
get/{chain_id}/api/v2/addresses/{address_hash_param}/blocks-validated
Path parameters
address_hash_paramstring required
Address hash in the path
chain_idstring required
The ID of the blockchain
Query parameters
items_countinteger
Number of items per page
block_numberinteger
Block number for paging
Response
Blocks validated by the specified address, with pagination.
Example response
{
"next_page_params": {
"block_number": 22546398
}
}