Skip to main content
POST
net_listening
Plasma API method that returns true if the client is actively listening for network connections.

Parameters

None

Response

  • booleantrue when listening, otherwise false

net_listening code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:net_listening
params
any[]

Response

200 - application/json

Returns true if client is actively listening for network connections.

jsonrpc
string
id
integer
result
object | null
Last modified on May 18, 2026