Filecoin.Discover
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<any>requiredThis method takes no parameters.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing the OpenRPC discovery document.