Get PoX cycle

Retrieves details for a PoX cycle.

GET

Parameters

Path Parameters

cycle_number
REQUIRED
integer PoX cycle number
Status codeDescription
200Default Response
4XXDefault Response
cURL
curl -L \
"https://api.hiro.so/extended/v2/pox/cycles/{cycle_number}" \
-H 'Accept: application/json'
Response
{
"block_height": 144000,
"index_block_hash": "0x4839a8b01cfb39ffcc0d07d3db31e848d5adf5279d529ed5062300b9f353ff79",
"cycle_number": 0,
"total_weight": 0,
"total_stacked_amount": "string",
"total_signers": 0
}

How is this guide?