v1
latestOpenAPI 3.0.02026-07-17120114186.8 KBbus
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
Example response
[
{
"siamuxAddr": "foo.bar:1234",
"v2SiamuxAddresses": [
"foo.bar:5678"
]
}
]