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