Skip to main content

/v2/pox REST API Endpoint

Retrieves Proof-of-Transfer (PoX) information. Can be used for Stacking.

Updated on
Oct 4, 2023

/v2/pox REST API Endpoint

Parameters

This method does not accept any parameters

Returns

object
GET request to retrieve Proof of Transfer (PoX) information
contract_id
string
The contract ID associated with the Proof of Transfer (PoX)
first_burnchain_block_height
integer
The block height of the first burnchain block
min_amount_ustx
integer
The minimum amount of microstacks (uSTX) required for PoX participation
registration_window_length
integer
The length of the registration window in blocks
rejection_fraction
integer
The fraction of miners required to reject a block for it to be considered invalid
reward_cycle_id
integer
The ID of the current reward cycle
reward_cycle_length
integer
The length of a reward cycle in blocks
rejection_votes_left_required
integer
The number of rejection votes required to invalidate a block
total_liquid_supply_ustx
integer
The total liquid supply of microstacks (uSTX)
Request
1
curl -X 'GET' \
2
'https://docs-demo.stacks-mainnet.quiknode.pro/v2/pox' \
3
-H 'Content-Type: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free