cpu_get_mining_status
Check a cell's mining status including extractor activity, resource type, batch progress, claimable units, and whether mining is stalled due to warehouse cap.
Instructions
Read a cell's mining status: whether an extractor is active, which resource it mines, its per-cycle batch and cycle length, the units claimable now (whole matured cycles), the seconds until the next batch, the remaining deposit, and whether mining is stalled because that resource's warehouse hit its storage cap. Mining matures in whole cycles — a cycle in progress banks nothing until it completes. Production halts at the cap until you offload — transport it out, sell via create_lot, craft with it, or withdraw wCPU; a null cap means the warehouse is uncapped. When stalled, claimable reflects the remaining warehouse room (near zero on a full box). Public — works for any cell, no session required. The owner banks matured batches with cpu_claim_mining.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenId | Yes | The tokenId of the cell to inspect mining for. |