Home

Filecoin.Discover

POST
https://fil.nownodes.io/rpc/v1

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the OpenRPC service discovery document for the Lotus RPC API. This document describes all available methods, their parameters, result types, and links to source code. It follows the OpenRPC specification and can be used by tools to auto-generate client libraries or documentation.

Body

application/json
jsonrpcstringrequired

JSON-RPC protocol version. Must always be "2.0".

methodstringrequired

The name of the JSON-RPC method to invoke.

paramsArray<any>required

This method takes no parameters.

idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response containing the OpenRPC discovery document.