API Info
Get information on endpoint in a section
Get all endpoints in the given section with their supported version.
get/info/{sectionId}
Path parameters
sectionIdstring required
Example:nodes
Id of the API section
Response
Endpoint information
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"
}
]
]
}
}