Get usable hosts

Returns a list of hosts that pass the gouging checks

get/bus/hosts

Response

List of usable hosts

publicKeystring

A ed25519 public key

siamuxAddrstring

The address of the host

v2SiamuxAddressesstring[]

Example response

[
  {
    "siamuxAddr": "foo.bar:1234",
    "v2SiamuxAddresses": [
      "foo.bar:5678"
    ]
  }
]

Changes