Filecoin.BeaconGetEntry
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the drand beacon entry that corresponds to the given Filecoin chain epoch. Each epoch maps to a specific drand round, and the returned entry contains the round number and the randomness data (signature) produced by the drand network.
Body
application/json
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<integer>requiredOrdered list of parameters. Contains a single element: the Filecoin chain epoch (block height) for which to retrieve the beacon entry.
idintegerrequiredAn identifier for this JSON-RPC request. The same value is echoed back in the response so the caller can correlate requests with responses.
Response
200OK
Successful response containing the beacon entry for the requested epoch.