PoX Cycle Signer

Get stats for a specific signer in a given PoX cycle.

GET

Parameters

Path Parameters

cycle_number
REQUIRED
integer PoX cycle number
signer_id
REQUIRED
string Signer public key (hex encoded)
Status codeDescription
200Default Response
404Default Response
cURL
curl -L \
"https://api.hiro.so/signer-metrics/v1/cycles/{cycle_number}/signers/{signer_id}" \
-H 'Accept: application/json'
Response
{
"signer_key": "string",
"slot_index": 0,
"weight": "1000000",
"weight_percentage": 1,
"stacked_amount": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
"stacked_amount_percent": "1000000",
"stacked_amount_rank": "1000000",
"proposals_accepted_count": 144000,
"proposals_rejected_count": 144000,
"proposals_missed_count": 144000,
"average_response_time_ms": 144000,
"last_seen": "string",
"version": "string"
}