---
title: "Get information about the shared address DKS configuration"
method: GET
path: "/v1/node/dks/{sharedAddress}"
tags: ["node"]
---

# Get information about the shared address DKS configuration

`GET /v1/node/dks/{sharedAddress}`

## Path parameters

- `sharedAddress` string, string, required

## Response `200`

DK shares info

- DKSharesInfo
  - `address` string, string, required — New generated shared address.
  - `peerIdentities` string[], required — Identities of the nodes sharing the key. (Hex)
  - `peerIndex` integer, required
  - `publicKey` string, string, required — Used public key. (Hex)
  - `publicKeyShares` string[], required — Public key shares for all the peers. (Hex)
  - `threshold` integer, required

## Other responses

- `401` — Unauthorized (Wrong permissions, missing token)
- `404` — Shared address not found

---

[API](https://skmtc.net/iotaledger/apis/wasp-api.md) · [All operations](https://skmtc.net/iotaledger/apis/wasp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iotaledger/wasp-api/revisions/994a6c93b890/schema)
