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

Info

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

Responses

A successful response.


Schema
    commitHash Commit hash from which the data node was built
    version Semver formatted version of the data node
GET /info

Request

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