---
title: "Get the pubkey from node ip"
method: GET
path: "/api/v1/pubkey/{mycelium_ip}"
---

# Get the pubkey from node ip

`GET /api/v1/pubkey/{mycelium_ip}`

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

## Path parameters

- `mycelium_ip` string, ipv6, required

## Response `200`

Success

- PublicKeyResponse — Public key requested based on a node's IP
  - `NodePubKey` string, hex

## Other responses

- `404` — Public key not found

---

[API](https://skmtc.net/threefoldtech/apis/mycelium-management.md) · [All operations](https://skmtc.net/threefoldtech/apis/mycelium-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/threefoldtech/mycelium-management/versions/65042c1a7b84/schema)
