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
Required
integer

PoX cycle number

Example: 56
Status codeDescription
200List of signers for cycle
/extended/v2/pox/cycles/{cycle_number}/signers

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
}
]
}