⚠️Blast API (blastapi.io) ends Oct 31. Migrate to Dwellir and skip Alchemy's expensive compute units.
Switch Today →
Skip to main content

eth_mining

Check mining status on the Mantle Network. Always returns false since Mantle uses optimistic rollup consensus instead of proof-of-work mining.

Parameters

None

Returns

Boolean - Always false as Mantle Network does not use proof-of-work mining.

Implementation Example

curl -X POST https://api-mantle-mainnet.n.dwellir.com/YOUR_API_KEY \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "eth_mining",
"params": [],
"id": 1
}'

Response Example

{
"jsonrpc": "2.0",
"id": 1,
"result": false
}

Need help? Contact our support team or check the Mantle documentation.