Skip to main content

/extended/v2/pox/cycles API Method

Retrieves information about Proof of Transfer (PoX) cycles

Updated on
Jun 13, 2025

/extended/v2/pox/cycles API Method

Query Parameters

limit
integer
Maximum number of results to return per page. Defaults to 20 if not specified.
offset
integer
Number of results to skip for pagination. Used with limit to paginate through results.

Returns

pox_cycles_response
object
Response containing a paginated list of PoX cycles
limit
integer
The number of results returned per page, as requested in the query parameters
offset
integer
The number of results skipped, as requested in the query parameters
total
integer
The total number of PoX cycles available
results
array
List of PoX cycles sorted by cycle number in descending order
block_height
integer
The Stacks block height at which this PoX cycle began
index_block_hash
string
The index block hash of the first block in this PoX cycle
cycle_number
integer
The sequential number of this PoX cycle, starting from 1
total_weight
integer
The total weight of all participants in this PoX cycle, representing their proportional influence on consensus
total_stacked_amount
string
The total amount of STX tokens locked (stacked) for this cycle, represented as a string to preserve precision of large numbers
total_signers
integer
The total number of unique participants who stacked STX in this cycle
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free