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 code | Description |
---|---|
200 | Success |
curl -X GET "https://api.hiro.so/v2/info"
GET request that core node information
{
"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
}