Filecoin.ChainBlockstoreInfo
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<any>requiredThis method takes no parameters. The params array must be empty.
idintegerrequiredAn identifier for this JSON-RPC request. The same value is echoed back in the response.
Response
200OK
Successful response containing blockstore information.