- APIs
 - Stacks Blockchain API
 - Signer In Cycle
 
Get signer in PoX cycle
Retrieves details for a signer in a PoX cycle.
GET
Parameters
Path Parameters
cycle_number
REQUIRED
integer PoX cycle number
signer_key
REQUIRED
string Signer key
| Status code | Description | 
|---|---|
| 200 | Default Response | 
| 4XX | Default Response | 
cURL
curl -L \"https://api.hiro.so/extended/v2/pox/cycles/{cycle_number}/signers/{signer_key}" \-H 'Accept: application/json'
Response
{"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}