Aggregated signer information for a block

Get aggregated signer information for a specific block.


GET
/signer-metrics/v1/blocks/{height_or_hash}

Aggregated signer information for a block

Aggregated signer information for a block

Path Parameters

height_or_hash
Required
Any properties in string, Block hash, Block height

Status codeDescription
200Default Response
/signer-metrics/v1/blocks/{height_or_hash}

curl -X GET "https://api.hiro.so//signer-metrics/v1/blocks/latest"

{
"block_height": 0,
"block_hash": "string",
"block_time": 0,
"index_block_hash": "string",
"burn_block_height": 0,
"tenure_height": 0,
"signer_data": {
"cycle_number": 0,
"total_signer_count": 0,
"accepted_count": 0,
"rejected_count": 0,
"missing_count": 0,
"accepted_excluded_count": 0,
"average_response_time_ms": 0,
"block_proposal_time_ms": 0,
"accepted_stacked_amount": "string",
"rejected_stacked_amount": "string",
"missing_stacked_amount": "string",
"accepted_weight": 0,
"rejected_weight": 0,
"missing_weight": 0
}
}