Get the public key information

GET {{baseUrl}}/vault/public_key_info?derivationPath=<string>&algorithm=<string>

Gets the public key information based on derivation path and signing algorithm.

Request Params

KeyDatatypeRequiredDescription
derivationPathstring(Required)
algorithmstring(Required)
compressedstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;algorithm&quot;:&quot;\u003cstring\u003e&quot;,&quot;derivationPath&quot;:[&quot;\u003cnumber\u003e&quot;,&quot;\u003cnumber\u003e&quot;],&quot;publicKey&quot;:&quot;\u003cstring\u003e&quot;}