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
| Key | Datatype | Required | Description |
|---|---|---|---|
derivationPath | string | (Required) | |
algorithm | string | (Required) | |
compressed | string |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"algorithm":"\u003cstring\u003e","derivationPath":["\u003cnumber\u003e","\u003cnumber\u003e"],"publicKey":"\u003cstring\u003e"}