---
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

## Changes

- **2023-03-21** `5ffe1a3d7623` — 1 info
  - endpoint added
- **2023-02-13** `1041f915f260` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/iotaledger/apis/wasp-api/changes/v1/node/dks/:sharedAddress/get.md)

---

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