Get core API info

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
/v2/info
curl -X GET "https://api.hiro.so/v2/info"

GET request that core node information

{
  "peer_version": 402653194,
  "pox_consensus": "string",
  "burn_block_height": 863576,
  "stable_pox_consensus": "string",
  "stable_burn_block_height": 863569,
  "server_version": "string",
  "network_id": 1,
  "parent_network_id": 3652501241,
  "stacks_tip_height": 167976,
  "stacks_tip": "string",
  "stacks_tip_consensus_hash": "string",
  "unanchored_tip": null,
  "exit_at_block_height": null
}