Get PoX cycles

Retrieves a list of PoX cycles.

GET

Parameters

Query Parameters

limit
integer Results per page
offset
integer Result offset
Status codeDescription
200Default Response
4XXDefault Response
cURL
curl -L \
"https://api.hiro.so/extended/v2/pox/cycles?limit={limit}&offset={offset}" \
-H 'Accept: application/json'
Response
{
"limit": 20,
"offset": 0,
"total": 1,
"results": [
{
"block_height": 144000,
"index_block_hash": "0x4839a8b01cfb39ffcc0d07d3db31e848d5adf5279d529ed5062300b9f353ff79",
"cycle_number": 0,
"total_weight": 0,
"total_stacked_amount": "string",
"total_signers": 0
}
]
}

How is this guide?