Filecoin.ChainGetRandomnessFromBeacon
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns randomness derived from the drand beacon at the specified epoch. The randomness is computed by hashing the beacon entry with a domain separation tag (personalization) and optional additional entropy. This is used for various protocol operations such as sector sealing and proof generation.
Body
application/json
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<Array<object> | integer | integer | string>requiredOrdered list of parameters: tipset key, domain separation tag, epoch, and additional entropy.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing the derived randomness value.