PoX Cycle Signer
Get stats for a specific signer in a given PoX cycle.
GET
/signer-metrics/v1/cycles/{cycle_number}/signers/{signer_id}
PoX Cycle Signer
Get stats for a specific signer in a given PoX cycle
Path Parameters
cycle_number
Requiredinteger
PoX cycle number
signer_id
Requiredstring
Signer public key (hex encoded)
Status code | Description |
---|---|
| Default Response |
| Default Response |
curl -X GET "https://api.hiro.so//signer-metrics/v1/cycles/0/signers/string"
{"signer_key": "string","slot_index": 0,"weight": 0,"weight_percentage": 0,"stacked_amount": "string","stacked_amount_percent": 0,"stacked_amount_rank": 0,"proposals_accepted_count": 0,"proposals_rejected_count": 0,"proposals_missed_count": 0,"average_response_time_ms": 0,"last_seen": "string","version": "string"}