Logo
Fireblocks API Documentation

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>" }



Curl
curl -X GET 'https://api.fireblocks.io/v1/vault/accounts/:vaultAccountId/:assetId/:change/:addressIndex/public_key_info?compressed=<boolean>' -H 'Accept: application/json'

ENDPOINTS