Filecoin.ChainGetTipSet
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the tipset identified by the given tipset key (array of block CIDs). A tipset is the set of blocks that were mined at the same chain height by different miners. The returned object contains the CIDs, full block headers, and the epoch height.
Body
application/json
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<Array<object>>requiredOrdered list of parameters. Contains a single tipset key (array of block CIDs).
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing the full tipset.