Get stacker and signer set information
Retrieves stacker and signer set information for a given cycle.
GET
/v2/stacker_set/{cycle_number}
Fetch the stacker and signer set information for a given cycle.
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_numberRequiredinteger
reward cycle number
| Status code | Description | 
|---|---|
| 200 | Information for the given reward cycle | 
| 400 | Could not fetch the given reward set | 
Terminal
$curl -X GET "http://localhost:20443/v2/stacker_set/0"