/extended/v2/pox/cycles/{cycle_number}/signers/{signer_key}/stackers API Method
Path Parameters
cycle_number
integer
REQUIRED
The sequential number of the PoX cycle to retrieve stacker information from. Cycles are numbered starting from 1.
signer_key
string
REQUIRED
The public key of the signer (participant) to retrieve stackers for. Must include the '0x' prefix.
Query Parameters
limit
integer
Maximum number of stackers to return per page. Defaults to 100 if not specified.
offset
integer
Number of stackers to skip for pagination. Used with limit to paginate through results.
Returns
pox_cycle_signer_stackers_response
object
Response containing a paginated list of stackers for the specified signer in the PoX cycle
limit
integer
The number of results returned per page, as requested in the query parameters
offset
integer
The number of results skipped, as requested in the query parameters
total
integer
The total number of stackers who locked tokens with this signer in the PoX cycle
results
array
List of stackers who locked tokens with this signer in the PoX cycle
stacker_address
string
The Stacks address of the individual stacker who locked tokens with this signer
stacked_amount
string
The amount of STX tokens locked by this individual stacker, denominated in micro-STX (1 STX = 1,000,000 micro-STX)
pox_address
string
The Bitcoin address where rewards for this stacker are sent
stacker_type
string
Type of stacker, either 'solo' for direct participants or 'pooled' for those joining through a stacking pool
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free