Signer information for a block

Get signer information for a specific block.


GET
/signer-metrics/v1/block_proposals/{block_hash}

Signer information for a block proposal

Signer information for a block proposal

Query Parameters

limit
Required
integer

Number of results to return

Default: 25Minimum: 1Maximum: 50

offset
Required
integer

Number of results to skip

Default: 0

Path Parameters

block_hash
Required
Block hash

Block hash

Pattern: "^(0x)?[a-fA-F0-9]{64}$"
Status codeDescription
200Default Response
/signer-metrics/v1/block_proposals/{block_hash}

curl -X GET "https://api.hiro.so//signer-metrics/v1/block_proposals/string?limit=25&offset=0"

{
"received_at": "string",
"block_height": 0,
"block_hash": "string",
"index_block_hash": "string",
"burn_block_height": 0,
"block_time": 0,
"cycle_number": 0,
"status": "pending",
"push_time_ms": {},
"total_signer_count": 0,
"total_signer_weight": 0,
"total_signer_stacked_amount": "string",
"accepted_count": 0,
"rejected_count": 0,
"missing_count": 0,
"accepted_weight": 0,
"rejected_weight": 0,
"missing_weight": 0,
"signer_data": [
{
"signer_key": "string",
"slot_index": 0,
"response": "accepted",
"weight": 0,
"weight_percentage": 0,
"stacked_amount": "string",
"version": "string",
"received_at": "string",
"response_time_ms": 0,
"reason_string": "string",
"reason_code": "string",
"reject_code": "string"
}
]
}