Skip to main content
Version: 1.1.5

Ed25519 - Derive a public key from a key share

POST 

/ed25519/derive-pubkey

Returns the derived public key for a key_id for a given BIP-32 non-hardened derivation path.

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.

Body

required

    derivation_path uint32[]required
    key_id KeyIdrequired

Responses

Schema

    pubkey stringrequired
Loading...