Filecoin.ChainGetTipSetByHeight
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the tipset at the specified chain epoch (height). If the tipset at the requested height is null (no blocks were mined at that epoch), it returns the most recent non-null tipset below the requested height. When the tipset key parameter is null, the current chain head is used as the reference point.
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 an optional reference tipset key.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing the tipset at the requested height.