Skip to main content
Version: 1.1.5

Ecdsa - List all user's shares

GET 

/ecdsa/list-key-shares

Lists all the key shares associated with an authenticated user

Request

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the API Key of the user. The API Key is returned when a new user is created using the /admin/create-user endpoint.

Responses

Schema

    key_shares

    object[]

    required

  • Array [

  • key_id KeyIdrequired
    key_type KeyTyperequired

    Possible values: [NotInititalizedYet, Ecdsa, Ed25519, BIP340]

  • ]

Loading...