Logo
Fireblocks API Documentation

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



Curl
curl -X GET 'https://api.fireblocks.io/v1/vault/public_key_info?derivationPath=<string>&algorithm=<string>?derivationPath=<string>&algorithm=<string>&compressed=<boolean>' -H 'Accept: application/json'

ENDPOINTS