v1

latestOpenAPI 3.0.02026-07-17120114186.8 KB
bus

Get usable hosts

Returns the metadata of all hosts that are deemed usable. A host is usable if it passed the gouging checks, which are a series of checks performed on the host's prices to ensure they are within reason.

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"
    ]
  }
]