Bespoke
net_listening
Summary: Get listening status
This request returns true if the client is actively listening for network connections. Warning: Since Infura methods may be supported by different Ethereum clients, the result can't be considered a global status. It only reflects the listening status of the specific client handling this request.
Parameters
This method doesn't accept any parameters.
Returns
net_listeningResponse
booleanTrue/false flag Indicating whether the client is actively listening for network connections.
Customize request
RequestCURL
CURL
curl https://linea-mainnet.infura.io/v3/<YOUR-API-KEY> \
-X POST \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "net_listening",
"params": [],
"id": 1
}'