Get core API info

Retrieves information about the Core API, including the server version.


GET
/v2/info

Get Core API info

Get Core API information

Status codeDescription
200Success
/v2/info
Terminal
$
curl -X GET "http://localhost:20443/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
}