Home

Filecoin.BeaconGetEntry

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

Authorizations

ApiKeyAuthApiKeyAuth

api-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
jsonrpcstringrequired

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

methodstringrequired

The name of the JSON-RPC method to invoke.

paramsArray<integer>required

Ordered list of parameters. Contains a single element: the Filecoin chain epoch (block height) for which to retrieve the beacon entry.

idintegerrequired

An 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.