- APIs
- Stacks Blockchain API
- Signers In Cycle
Get signers in PoX cycle
Retrieves a list of signers in a PoX cycle.
GET
Parameters
Path Parameters
cycle_number
REQUIRED
integer PoX cycle number
Query Parameters
limit
integer Results per page
offset
integer Result offset
Status code | Description |
---|---|
200 | Default Response |
4XX | Default Response |
cURL
curl -L \"https://api.hiro.so/extended/v2/pox/cycles/{cycle_number}/signers?limit={limit}&offset={offset}" \-H 'Accept: application/json'
Response
{"limit": 20,"offset": 0,"total": 1,"results": [{"signing_key": "string","signer_address": "SP318Q55DEKHRXJK696033DQN5C54D9K2EE6DHRWP","weight": 0,"stacked_amount": "string","weight_percent": 0,"stacked_amount_percent": 0,"solo_stacker_count": 0,"pooled_stacker_count": 0}]}