SDK Explorer

Get the public key associated with your entity.

Responses
Example
1const response = await client.getPublicKey()
2console.log(response.data.publicKey)
ResponseChoose an example
1{
2  "data": {
3    "publicKey": ""
4  }
5}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.