Info

General informational endpoints about the node.

Get Core API info

get
/v2/info

Get Core API information

Responses
200

Success

application/json
get
/v2/info

Get PoX details

get
/v2/pox

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

Query parameters
tipstring · max: 64Optional

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)
Example: latestPattern: ^(latest|[0-9a-f]{64})?$
Responses
200

Success

application/json
get
/v2/pox
200

Success

Query the health of the node.

get
/v3/health

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.

Responses
200

Success

application/json
get
/v3/health

Get neighbor peers

get
/v2/neighbors

Get information about the node"s neighbor peers in the network.

Responses
200

List of neighbor peers

application/json
get
/v2/neighbors
200

List of neighbor peers

Last updated

Was this helpful?