/extended/v2/pox/cycles/{cycle_number}/signers/{signer_key} API Method
Path Parameters
cycle_number
integer
REQUIRED
The sequential number of the PoX cycle to retrieve signer information from. Cycles are numbered starting from 1.
signer_key
string
REQUIRED
The public key of the signer (participant) to retrieve information for. Must include the '0x' prefix.
Returns
pox_cycle_signer
object
Detailed information about the specified signer in the PoX cycle
signing_key
string
The public key used by this participant for signing blocks in the PoX consensus mechanism
signer_address
string
The Stacks address of this participant in the PoX consensus mechanism
weight
integer
The voting weight of this participant in the PoX consensus mechanism, representing their proportional influence
stacked_amount
string
The total amount of STX tokens locked (stacked) by this participant, represented as a string to preserve precision of large numbers. This value is denominated in micro-STX (1 STX = 1,000,000 micro-STX).
weight_percent
number
The percentage of the total cycle weight represented by this participant's weight (value between 0 and 100)
stacked_amount_percent
number
The percentage of the total cycle stacked amount represented by this participant's stacked amount (value between 0 and 100)
solo_stacker_count
integer
The number of individual participants who stacked STX directly with this signer (not through a pool)
pooled_stacker_count
integer
The number of individual participants who stacked STX with this signer through a stacking pool
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free