Returns the node version.
GET/v1/node/version
Returns the node version.
Responses
- 200
Returns the version of the node.
- application/json
- Schema
- Example (from schema)
Schema
version stringrequired
The version of the node
{
"version": "version"
}
Loading...