API Specification of the Relay
The OpenAPI specification of the Relay
Resources
The JSON schema of the OpenAPI Specification of the Relay can be found at:
The rendered document of the specification can be accessed at:
API List
Task Related APIs
Network Stats Related APIs
Query parameters
startinteger · int32Optional
totalinteger · int32 · min: 1 · max: 100Required
Responses
200
OK
application/json
400
validation errors
application/json
get
GET /v1/network/nodes/data?total=1 HTTP/1.1
Host:
Accept: */*
{
"data": [
{
"address": "text",
"balance": {},
"card_model": "text",
"qos": 1,
"v_ram": 1
}
],
"message": "text"
}
Other APIs
Last updated