Home

Filecoin.ChainGetTipSet

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

Authorizations

ApiKeyAuthApiKeyAuth

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

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

methodstringrequired

The name of the JSON-RPC method to invoke.

paramsArray<Array<object>>required

Ordered list of parameters. Contains a single tipset key (array of block CIDs).

idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response containing the full tipset.