Filecoin.ChainGetNode
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<string>requiredOrdered list of parameters. Contains a single string: the IPLD path starting with a CID, optionally followed by slash-separated field names to traverse.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing the resolved IPLD node.