Requests the status of the connected RPC node. This includes information about sync status, nearcore node version, protocol version, the current set of validators, etc.

post/status

Request body

idstring

JSON-RPC request id. Auto-populated; can be any string.

jsonrpc'2.0'

JSON-RPC protocol version. Always 2.0.

method'status' required
{"stackTrail":"components:schemas:RpcStatusRequest","oasType":"schema","type":"unknown","title":"RpcStatusRequest","nullable":true}

Response

OR

Changes

Changed in 3 of the 9 revisions of this API.36

    • removed the pattern property ^\d+$ from the ///////// response property for the status

      response-property-pattern-property-removed

  • e1982645f48311See the full diff
    • added subschema #1 to the response body oneOf list for the response status

      response-body-one-of-added

    • removed from the response body oneOf list for the response status

      response-body-one-of-removed

    This revision also has 570 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • request property was restricted to a list of enum values

      request-property-became-enum

    • the request property became optional

      request-property-became-optional

    • the request property became optional

      request-property-became-optional

    • the request property default value dontcare was added

      request-property-default-value-added

    • the request property default value 2.0 was added

      request-property-default-value-added

    • added the new 2.0 enum value to the request property

      request-property-enum-value-added