For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getnetworkinfo

getnetworkinfo operations.

getnetworkinfo

post

Returns various state info regarding P2P networking

Authorizations
api-keystringRequired

NOWNodes API key passed in the api-key header.

Body

Request payload for getnetworkinfo.

jsonrpcstringRequired

JSON-RPC version

Example: 1.0
idstringRequired

Request identifier

Example: curltest
methodstringRequired

RPC method name

Example: getnetworkinfo
Responses
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
stringOptional

JSON-RPC error object. Null when the request succeeds.

Example: {"code":-28,"message":"Service temporarily unavailable"}
idone of · nullableRequired

Request id echoed by the server.

stringOptional

Client-provided request identifier echoed in the response.

Example: curltest
or
integerOptional

Client-provided request identifier echoed in the response.

Example: curltest
Other propertiesanyOptional
post/

Last updated