Skip to main content
POST
net_listening
Arc API method that returns true if the client is actively listening for network connections.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.

Parameters

None.

Response

  • resulttrue if the client is listening, false otherwise

net_listening code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:net_listening
params
array

Response

200 - application/json

Returns the result of net_listening.

jsonrpc
string
id
integer
result
boolean
Last modified on August 3, 2026