Skip to content
POST
/ping

Checks whether the node can respond to authenticated API requests. The response includes the node version.

The node is healthy.

object
version
required

The version of the responding node.

string
Example
v2.3.0-rc3-32-g8529a6c43f
Example
{
"version": "v2.3.0-rc3-32-g8529a6c43f"
}

The request is missing a valid authentication token.