Skip to content

Returns a success response

POST
/ping

Returns a success response to indicate that the node is able to respond to requests. The response body includes the current node version.

Authorizations

Responses

200

OK.

object
version

The version of the responding node.

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

401

Not authenticated.