Filecoin.ChainGetTipSetAfterHeight
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the first non-null tipset at or after the specified epoch. If no blocks were mined at the exact requested height (a null round), it searches forward until it finds a tipset with blocks. The search starts from the given reference tipset.
Body
application/json
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<integer | Array<object>>requiredOrdered list of parameters: the target epoch and a reference tipset key.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing the tipset at or after the requested height.