Skip to content

Live: Get Node Version

GET /api/v1/live/node/version
Get a free API key →
curl

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": "{}"
}
}

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