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.
Body
PARAM
Key | Datatype | Required | Description |
derivationPath
|
string | (Required) | |
algorithm
|
string | (Required) | |
compressed
|
string |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"algorithm": "<string>",
"derivationPath": [
"<number>",
"<number>"
],
"publicKey": "<string>"
} |
ENDPOINTS