Core API

Retrieves information about the Core API including the server version

GET

/v2/info

Get Core API info

Retrieves information about the Core API including the server version

Status codeDescription
200Success
curl
curl -X GET "https://api.mainnet.hiro.so/v2/info"

GET request that core node information

Example Response
{
  "peer_version": 0,
  "pox_consensus": "string",
  "burn_block_height": 0,
  "stable_pox_consensus": "string",
  "stable_burn_block_height": 0,
  "server_version": "string",
  "network_id": 0,
  "parent_network_id": 0,
  "stacks_tip_height": 0,
  "stacks_tip": "string",
  "stacks_tip_consensus_hash": "string",
  "unanchored_tip": "string",
  "exit_at_block_height": 0
}

Last updated on