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

Data node information

GET 

https://croissant.network/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.

curl -L -X GET 'https://croissant.network/api/v2/info' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://croissant.network
ResponseClear

Click the Send API Request button above and see the response here!