Filecoin.ChainReadObj
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<object>requiredOrdered list of parameters. Contains a single CID object.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing the raw CBOR bytes of the object.