Getnetworkinfo
Authorizations
api-keystringRequired
NOWNodes API key passed in the api-key header.
Body
Request payload for getnetworkinfo.
jsonrpcstringRequiredExample:
JSON-RPC version
1.0idstringRequiredExample:
Request identifier
curltestmethodstringRequiredExample:
RPC method name
getnetworkinfoResponses
200
Successful response with network information
application/json
Object containing getnetworkinfo response details.
errorone of · nullableRequired
JSON-RPC error object or null on success.
or
stringOptionalExample:
JSON-RPC error object. Null when the request succeeds.
{"code":-28,"message":"Service temporarily unavailable"}idone of · nullableRequired
Request id echoed by the server.
stringOptionalExample:
Client-provided request identifier echoed in the response.
curltestintegerOptionalExample:
Client-provided request identifier echoed in the response.
curltestOther propertiesanyOptional
401
Unauthorized: API key is present but rejected by the NOWNodes gateway.
text/plain
405
Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.
text/plain
422
Missing API key. The NOWNodes gateway returns plain text for this error.
text/plain
500
Internal Server Error
application/json
post/
Last updated