Home

Filecoin.ChainGetGenesis

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the genesis tipset, which is the very first tipset at epoch 0 that bootstraps the entire Filecoin blockchain. The genesis block contains the initial state of the network including the initial actor balances, verified registry, and system actors.

Body

application/json
jsonrpcstringrequired

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

methodstringrequired

The name of the JSON-RPC method to invoke.

paramsArray<any>required

This method takes no parameters. The params array must be empty.

idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response containing the genesis tipset.