# getAvailableServersList

Version: 4.1.0+

Description: get the list of servers available in the network.

The response is received as the notification availableServersListLoaded.

Request example:

{
    "method": "getAvailableServersList",
    "requestId" : "1"
}

Response example:

{
    "method": "getAvailableServersList",
    "requestId" : "1",
    "result": true
}

Parameter description:

  • requestId - a unique request identifier. You can learn more about it here.

See also: