SDK Explorer

Get the public key associated with the entity.

Responses
Example
1from circle.web3 import configurations
2from circle.web3 import utils
3
4client = utils.init_configurations_client(api_key=key)
5api_instance = configurations.DeveloperAccountApi(client)
6
7response = api_instance.get_public_key()
8print(response.json())
9
ResponseChoose an example
1{
2  "data": {
3    "public_key": ""
4  }
5}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.