net_listening - zkSync Era

Returns true if client is actively listening for network connections.

Parameters

none


Returns

Boolean - True when listening, otherwise false.


Example

Request

curl --request POST \
     --url https://zksync-era-mainnet.unifra.io/v1/{your-api-key} \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "jsonrpc": "2.0",
  "method": "net_listening",
  "id": 67
}
'

Result

{
  "jsonrpc": "2.0",
  "id": 67,
  "result": true
}
Path Params
string
required
Body Params
string
Defaults to 2.0
string
Defaults to zks_L1ChainId
params
array of strings
params
int32
Defaults to 1
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json