Filecoin.ChainGetGenesis
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<any>requiredThis method takes no parameters. The params array must be empty.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing the genesis tipset.