Skip to content

Live: Get Node Version

GET /api/v1/live/node/version

No parameters.

Media: application/json

Schema
{
"type": "object",
"required": [
"chain",
"clientImplName",
"clientVersion"
],
"properties": {
"chain": {
"type": "string"
},
"clientImplName": {
"type": "string"
},
"clientVersion": {
"type": "string"
}
}
}
Examples
{
"Result": {
"value": "{}"
}
}

Interactive request console coming soon. In the meantime you can use the OpenAPI spec with any client (Insomnia, Bruno, Scalar, curl).

All Taostats API requests require an Authorization header containing your API key. See Getting Started.