Signers
Endpoints for retrieving signer information.
Used to get stacker and signer set information for a given cycle.
This will only return information for cycles started in Epoch-2.5 where PoX-4 was active and subsequent cycles.
Path parameters
cycle_numberintegerRequired
reward cycle number
Query parameters
tipstring · max: 64OptionalExample:
Stacks chain tip to query from. Options:
- (empty/omitted): Use latest anchored tip (canonical confirmed state)
latest: Use latest known tip including unconfirmed microblocks{block_id}: Use specific block ID (64 hex characters)
latestPattern: ^(latest|[0-9a-f]{64})?$Responses
200
Information for the given reward cycle
application/json
400
Could not fetch the given reward set
application/json
get
/v3/stacker_set/{cycle_number}Last updated
Was this helpful?