Home

Filecoin.ChainGetNode

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Fetches an IPLD (InterPlanetary Linked Data) node from the blockstore using a CID-based path. The path starts with a CID and may include slash-separated field names to traverse deeper into the CBOR DAG structure. Returns both the resolved CID and the deserialized object.

Body

application/json
jsonrpcstringrequired

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

methodstringrequired

The name of the JSON-RPC method to invoke.

paramsArray<string>required

Ordered list of parameters. Contains a single string: the IPLD path starting with a CID, optionally followed by slash-separated field names to traverse.

idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response containing the resolved IPLD node.