Get PoX cycles

Retrieves a list of PoX cycles.


GET
/extended/v2/pox/cycles

Get PoX cycles

Retrieves a list of PoX cycles

Query Parameters

limitinteger

max number of cycles to fetch

Default: 20Maximum: 60

offsetinteger

index of first cycle to fetch

Example: 20
Status codeDescription
200List of cycles
/extended/v2/pox/cycles

Terminal
$
curl -X GET "https://api.hiro.so/extended/v2/pox/cycles?limit=20&offset=20"

GET request that returns PoX cycles

{
"limit": 200,
"offset": 0,
"total": 0,
"results": [
{
"block_height": 0,
"index_block_hash": "string",
"cycle_number": 0,
"total_weight": 0,
"total_stacked_amount": "string",
"total_signers": 0
}
]
}