Get signers in PoX cycle
Retrieves a list of signers in a PoX cycle.
GET
/extended/v2/pox/cycles/{cycle_number}/signers
Get signers in PoX cycle
Retrieves a list of signers in a PoX cycle
Path Parameters
cycle_number
Requiredinteger
PoX cycle number
Example:56
Status code | Description |
---|---|
200 | List of signers for cycle |
Terminal
$curl -X GET "https://api.hiro.so/extended/v2/pox/cycles/56/signers"
GET request that returns signers for a PoX cycle
{"limit": 200,"offset": 0,"total": 0,"results": [{"signing_key": "string","signer_address": "string","weight": 0,"stacked_amount": "string","weight_percent": 0,"stacked_amount_percent": 0,"solo_stacker_count": 0,"pooled_stacker_count": 0}]}