Skip to main content
Version: pre-release (v0.78)

Info

GET 

/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 (string)
    version Semver formatted version of the data node (string)
Loading...