Home

Filecoin.ChainHasObj

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Checks whether a CBOR object identified by the given CID exists in the node's chain blockstore. Returns true if the object is present, false otherwise. This can be used to verify data availability before attempting to read it.

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 to check.

Show child attributes
/string

The CID string to look up in the blockstore.

idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response indicating whether the object exists.