Returns a success response
POST /ping
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
Section titled “Authorizations ”Responses
Section titled “ Responses ”OK.
object
version
The version of the responding node.
string
v2.3.0-rc3-32-g8529a6c43f
Example
{ "version": "v2.3.0-rc3-32-g8529a6c43f"}
Not authenticated.