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_number
Required
integer

reward cycle number

Status codeDescription
200Information for the given reward cycle
400Could not fetch the given reward set
/v2/stacker_set/{cycle_number}

curl -X GET "http://localhost:20443/v2/stacker_set/0"