Skip to main content

Get signers in PoX cycle

Retrieves a list of signers in a PoX cycle

Path Parameters
cycle_number integer REQUIRED

PoX cycle number

Responses
200

List of signers for cycle

Schema OPTIONAL
limit integer

Possible values: value ≤ 200

The number of signers to return

offset integer

The number to signers to skip (starting at 0)

total integer

The total number of signers

results object[]
signing_key string
weight integer
stacked_amount string
weight_percent number
stacked_amount_percent number
get_pox_cycle_signers
GET /extended/v2/pox/cycles/:cycle_number/signers
cycle_number — path
https://api.mainnet.hiro.so
curl -L 'https://api.mainnet.hiro.so/extended/v2/pox/cycles/:cycle_number/signers' \
-H 'Accept: application/json'