Get PoX cycle

Retrieves details for a PoX cycle.

GET

/extended/v2/pox/cycles/{cycle_number}

Retrieves details for a PoX cycle.

Path parameters

cycle_number
Required
integer

PoX cycle number

Example: 56
Status codeDescription
200Details for cycle
Terminal
curl -X GET "https://api.mainnet.hiro.so/extended/v2/pox/cycles/56"
Example response
{
  "block_height": 0,
  "index_block_hash": "string",
  "cycle_number": 0,
  "total_weight": 0,
  "total_stacked_amount": "string",
  "total_signers": 0
}