API Info
List all endpoints
List all endpoints and their version
get/info
Response
API endpoints
Example response
{
"data": {
"availableVersions": [
{
"latest": 12,
"all": [
{
"latest": 12,
"all": [
{
"version": 12,
"status": "maintained"
}
]
}
]
}
],
"endpoints": [
[
{
"listAcceptedNodes": "List all accepted nodes with configurable details level",
"GET": "[8,9,10,11,12,13] /nodes"
}
]
]
}
}