SDK Explorer
/
Get the public key associated with your entity.
Code that corresponds to the error.
Message that describes the error.
1const response = await client.getPublicKey() 2console.log(response.data.publicKey)
1{ 2 "data": { 3 "publicKey": "" 4 } 5}