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

net_listening

Check if listening for network connections on the Mantle Network.

Parameters

None

Returns

Boolean - true if the client is actively listening for network connections, false otherwise.

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": "net_listening",
"params": [],
"id": 1
}'

Response Example

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

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