Home

Filecoin.MinerGetBaseInfo

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns mining base information for a specific miner at a given epoch, looking back from the provided tipset. This includes the miner's power, the sectors eligible for winning PoSt, and the beacon entries needed to construct a valid block. Returns null if the miner has no power at the given tipset.

Body

application/json
jsonrpcstringrequired

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

methodstringrequired

The name of the JSON-RPC method to invoke.

paramsArray<string | integer | Array<object>>required

Ordered list of parameters: miner address, target epoch, and reference tipset key.

Show child attributes
One of

The miner (storage provider) address to query.

string

The chain epoch for which to compute mining base info.

integer
Array<object>
Show child attributes
/string

CID of a block in the tipset.

idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response containing mining base info, or null if the miner has no eligible power.