Skip to main content
Version: testnet (v0.71)

Data node information

Get information about the data node. Response contains a semver formatted version of the data node and the commit hash, from which the data node was built

Responses

A successful response.


Schema
    commitHash string
    version string
GET /api/v2/info

Request

Base URL
https://api.n06.testnet.vega.xyz
curl / cURL
curl -L -X GET 'https://api.n06.testnet.vega.xyz/api/v2/info' \
-H 'Accept: application/json'