Filecoin.ChainGetRandomnessFromTickets
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns randomness derived from the chain tickets at the specified epoch. Ticket-based randomness uses the VRF ticket from block headers as the entropy source. The randomness is mixed with a domain separation tag and optional additional entropy for protocol-specific use.
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.