post https://linea-mainnet.unifra.io/v1/
Returns true if client is actively listening for network connections.
Parameters
none
Returns
Boolean - True when listening, otherwise false.
Example
Request
curl --location 'https://linea-mainnet.unifra.io/v1/{your-api-key}' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc":"2.0",
"method":"net_listening",
"params":[],
"id":3322211
}
'
Result
{
"jsonrpc": "2.0",
"id": 3322211,
"result": true
}