Signers

Endpoints for retrieving signer information.

Fetch the stacker and signer set information for a given cycle.

get
/v3/stacker_set/{cycle_number}

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: 64Optional

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)
Example: latestPattern: ^(latest|[0-9a-f]{64})?$
Responses
chevron-right
200

Information for the given reward cycle

application/json
get
/v3/stacker_set/{cycle_number}

Last updated

Was this helpful?