v1

latestSwagger 2.02026-07-17334.6 KB
Nodes

Lists Node addresses

get/api/nodes

Query parameters

startstring hex-encoded Node address

A Node address as the starting point for the returned list. It is usually a value from the returned "next" field in the Nodes repsonse.

limitinteger

Limits the number of Node addresses returned in on response.

keystring hex-encoded Key

If this parameter is provided, only addresses of Nodes that store this Key will be returned in the response. If not, all known Node addresses will be returned.

Response

List of Node addresses

nodesstring[]

A list of Node addresses.

nextstring hex-encoded Node address

If present, the next Node address in listing. Can be passed as "start" query parameter to continue the listing. If not present, the end of the listing is reached.