Live: Get Node Version
Endpoint
Section titled “Endpoint”GET /api/v1/live/node/versionTry it
Section titled “Try it”Parameters
Section titled “Parameters”No parameters.
Responses
Section titled “Responses”Media: application/json
Schema
{ "type": "object", "required": [ "chain", "clientImplName", "clientVersion" ], "properties": { "chain": { "type": "string" }, "clientImplName": { "type": "string" }, "clientVersion": { "type": "string" } }}Examples
{ "Result": { "value": "{}" }}Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.