v1

latestSwagger 2.02026-07-17334.6 KB
Keys

Lists Keys

get/api/keys

Query parameters

startstring hex-encoded Key

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

limitinteger

Limits the number of Keys returned in on response.

nodestring hex-encoded Node address

If this parameter is provided, only Keys that are stored on this Node be returned in the response. If not, all known Keys will be returned.

Response

List of Keys

keysstring[]

A list of Keys.

nextstring hex-encoded Key

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