- APIs
- Stacks Blockchain API
- Stacker Set
Get stacker and signer set information
RPC node
Retrieves stacker and signer set information for a given cycle.
GET
Parameters
Path Parameters
cycle_number
REQUIRED
integer reward cycle number
Query Parameters
tip
string 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)
Status code | Description |
---|---|
200 | Information for the given reward cycle |
400 | Could not fetch the given reward set |
cURL
curl -L \"https://api.hiro.so/v3/stacker_set/{cycle_number}?tip={tip}" \-H 'Accept: application/json'
Response
{"stacker_set": {"rewarded_addresses": [{"Standard": [{"bytes": "dc5f18421006ee2b98ab972edfa7268a981e3f00","version": 26},"SerializeP2PKH"]}],"signers": [{"signing_key": "02d0a27e4f1bf186b4391eecfcc4d4a0d403684ad089b477b8548a69dd6378bf26","weight": 1,"stacked_amt": 2143020000000000}],"start_cycle_state": {"missed_reward_slots": []},"pox_ustx_threshold": 110000000000}}