Home

Filecoin.ChainBlockstoreInfo

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns some basic operational information about the underlying blockstore used by the Lotus node for storing chain and state data. This is useful for monitoring disk usage and compaction activity.

Body

application/json
jsonrpcstringrequired

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

methodstringrequired

The name of the JSON-RPC method to invoke.

paramsArray<any>required

This method takes no parameters. The params array must be empty.

idintegerrequired

An identifier for this JSON-RPC request. The same value is echoed back in the response.

Response

200OK

Successful response containing blockstore information.