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
limit
integer
max number of cycles to fetch
Default:20
Maximum: 60
offset
integer
index of first cycle to fetch
Example:20
Status code | Description |
---|---|
200 | List of cycles |
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
}
]
}