Home

Filecoin.ChainReadObj

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Reads the raw CBOR-encoded bytes of an object from the chain blockstore identified by its CID. Returns the raw bytes as a base64-encoded string. This is a low-level method useful for debugging or when you need the raw serialized form of an on-chain 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<object>required

Ordered list of parameters. Contains a single CID object.

Show child attributes
/string

CID string of the object.

idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response containing the raw CBOR bytes of the object.