Skip to main content

Get information about the shared address DKS configuration

GET 

/v1/node/dks/:sharedAddress

Get information about the shared address DKS configuration

Request

Path Parameters

    sharedAddress stringrequired

    SharedAddress (Bech32)

Responses

DK shares info

Schema
    address stringrequired

    New generated shared address.

    peerIdentities string[]required

    Identities of the nodes sharing the key. (Hex)

    peerIndex int32required

    Possible values: >= 1

    publicKey stringrequired

    Used public key. (Hex)

    publicKeyShares string[]required

    Public key shares for all the peers. (Hex)

    threshold int32required

    Possible values: >= 1

Loading...