Logo
Fireblocks API Documentation

Get public key to encrypt exchange credentials

GET {{baseUrl}}/exchange_accounts/credentials_public_key

Return public key

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "publicKey": "<string>" }



Curl
curl -X GET 'https://api.fireblocks.io/v1/exchange_accounts/credentials_public_key' -H 'Accept: application/json'

ENDPOINTS