Info
General informational endpoints about the node.
Get Proof of Transfer (PoX) information. Can be used for Stacking.
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
Success
Get node health information. A node is considered healthy if its Stacks tip height matches the maximum Stacks tip height observed among its connected peers. This endpoint returns:
difference_from_max_peer: The difference in Stacks height between this node and its most advanced peer.max_stacks_height_of_neighbors: The maximum Stacks height observed among the node"s connected peers.node_stacks_tip_height: The current Stacks tip height of this node.max_stacks_neighbor_address: The address of the most advanced peer. Null if no peer data is available.
Success
Bad request
Internal Server Error
Last updated
Was this helpful?
