Info
Success
GET request for core node information
Identifies the version number for the networking communication. This should not change while a node is running, and will only change if there's an upgrade.
A hash used to identify the burnchain view for a node. It incorporates bitcoin chain information and PoX information. Nodes that disagree on this value will appear to each other as forks. This value changes after every block.
Latest bitcoin chain height.
Same as pox_consensus, but evaluated at stable_burn_block_height.
The bitcoin block height at which the last PoX anchor block was seen. Leftover from stacks 1.0, basically always burn_block_height - 1.
A version descriptor for the node.
Identifies the network (e.g., mainnet, testnet).
same as network_id, but for bitcoin
The latest Stacks chain height.
The best known block hash for the Stacks chain.
The bitcoin consensus hash at the time that stacks_tip was mined.
The SHA256 hash of the genesis chainstate.
The latest microblock hash if any microblocks were processed. If no microblock has been processed for the current block, a 000.., hex array is returned.
The sequence number of the latest microblock if any microblocks were processed.
The latest Stacks tenure height.
The block height at which a testnet network will be reset. Not applicable to mainnet.
Indicates whether the node has fully synchronized with the network.
The node's public key.
The HASH160 of the node's public key.
Internal Server Error
Stacks chain tip to query from. Options:
- (empty/omitted): Use latest anchored tip (canonical confirmed state)
latest: Use latest known tip including unconfirmed microblocks{block_id}: Use specific block ID (64 hex characters)
latestPattern: ^(latest|[0-9a-f]{64})?$Success
Get Proof of Transfer (PoX) information
The contract identifier for the PoX contract
The first burn block evaluated in this Stacks chain
The latest Bitcoin chain block height
The ID of the Stacks Epoch that the node is currently in.
^Epoch[0-9]+(_[0-9]+)?$The threshold of stacking participation that must be reached for PoX to activate in any cycle
The fraction of liquid STX that must vote to reject PoX in order to prevent the next reward cycle from activating.
The length in burn blocks of the reward phase
The length in burn blocks of the prepare phase
The number of reward slots in a reward cycle
The current total amount of liquid microstacks.
The length in burn blocks of a whole PoX cycle (reward phase and prepare phase)
The active reward cycle number
The number of blocks until the next reward cycle.
Bad request
Not found
Internal Server Error
Success
Health information about the node's synchronization status
The difference in Stacks height between this node and its most advanced peer
The maximum Stacks height observed among the node's connected peers
The current Stacks tip height of this node
The address of the most advanced peer
Bad request
Internal Server Error
Last updated
Was this helpful?