Filecoin.MinerGetBaseInfo
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<string | integer | Array<object>>requiredOrdered list of parameters: miner address, target epoch, and reference tipset key.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing mining base info, or null if the miner has no eligible power.