Filecoin.ChainHead
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the current heaviest tipset (chain head) as tracked by this node. The chain head represents the latest consensus state of the Filecoin blockchain. It is updated every ~30 seconds as new blocks are produced.
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.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing the current chain head tipset.