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

Authorization: Authorization

name: Authorizationtype: apiKeydescription: JWT Tokenin: header
curl -L -X GET '/v1/node/dks/:sharedAddress' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!