Home

Filecoin.ChainGetTipSetAfterHeight

POST
https://fil.nownodes.io/rpc/v1

Authorizations

ApiKeyAuthApiKeyAuth

api-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
jsonrpcstringrequired

JSON-RPC protocol version. Must always be "2.0".

methodstringrequired

The name of the JSON-RPC method to invoke.

paramsArray<integer | Array<object>>required

Ordered list of parameters: the target epoch and a reference tipset key.

Show child attributes
One of

The target chain epoch (block height) at or after which to find a tipset.

integer
Array<object>
Show child attributes
/string

CID of a block in the tipset.

idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response containing the tipset at or after the requested height.