Aggregated signer information for a block

Get aggregated signer information for a specific block.

GET

Parameters

Path Parameters

height_or_hash
REQUIRED
string
Status codeDescription
200Default Response
cURL
curl -L \
"https://api.hiro.so/signer-metrics/v1/blocks/{height_or_hash}" \
-H 'Accept: application/json'
Response
{
"block_height": 144000,
"block_hash": "0x4839a8b01cfb39ffcc0d07d3db31e848d5adf5279d529ed5062300b9f353ff79",
"block_time": 144000,
"index_block_hash": "0x4839a8b01cfb39ffcc0d07d3db31e848d5adf5279d529ed5062300b9f353ff79",
"burn_block_height": 144000,
"tenure_height": 144000,
"signer_data": {
"cycle_number": 0,
"total_signer_count": 144000,
"accepted_count": 144000,
"rejected_count": 144000,
"missing_count": 144000,
"accepted_excluded_count": 1,
"average_response_time_ms": 144000,
"block_proposal_time_ms": 144000,
"accepted_stacked_amount": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
"rejected_stacked_amount": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
"missing_stacked_amount": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
"accepted_weight": 144000,
"rejected_weight": 144000,
"missing_weight": 0
}
}