About

returns the proxy's version and the commit hash

get
Authorizations
Responses
200
successful operation
application/json
get
GET /about HTTP/1.1
Host: egld.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
200

successful operation

{
  "data": {},
  "error": "text",
  "code": "text"
}

returns the app versions of the nodes behind the proxy

get
Authorizations
Responses
200
successful operation
application/json
get
GET /about/nodes-versions HTTP/1.1
Host: egld.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
200

successful operation

{
  "data": {},
  "error": "text",
  "code": "text"
}