Get the public key for a vault account
GET {{baseUrl}}/vault/accounts/:vaultAccountId/:assetId/:change/:addressIndex/public_key_info
Gets the public key information for the vault account.
Body
PARAM
Key | Datatype | Required | Description |
compressed
|
string |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"algorithm": "<string>",
"derivationPath": [
"<number>",
"<number>"
],
"publicKey": "<string>"
} |
ENDPOINTS