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

Data node information

GET 

/api/v2/info

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

Request

Responses

A successful response.

Schema
    commitHash string

    Commit hash from which the data node was built.

    version string

    Semver formatted version of the data node.

Loading...