v1

latestOpenAPI 3.0.2Apache 2.02026-07-17292234.0 KB

Get the pubkey from node ip

Get the node's public key from it's IP address.

get/api/v1/pubkey/{mycelium_ip}

Path parameters

mycelium_ipstring ipv6 required
Example:5fd:7636:b80:9ad0::1

Response

Success

NodePubKeystring hex

Example response

{
  "NodePubKey": "02468ace13579bdf02468ace13579bdf02468ace13579bdf02468ace13579bdf"
}