Home
POST
https://casper.nownodes.io/rpc

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Executes the JSON-RPC method info_get_status, which returns the node's status, including protocol version, peers, block info, upgrade information, uptime, sync status, and other system details.

Body

application/json
idintegerrequired

JSON-RPC request ID

jsonrpcstringrequired

JSON-RPC protocol version

methodstringrequired

JSON-RPC method name

paramsarrayrequired

Empty array for this method

Response

200OK

Successful response containing node status information