SDK Explorer

A standalone function example, if you need it separately: Generates a new Entity Secret Ciphertext.

Parameters
input
object
Required

Parameters for generating a new the entity secret cipher text.

apiKey
string
Required

ApiKey that will be used to authenticate the request.

baseUrl
string

Optional base URL to override the default: https://api.circle.com.

entitySecret
string
Required

Entity Secret.

Responses
Example
1const secret = await generateEntitySecretCiphertext({
2  apiKey: '...',
3  entitySecret: '...',
4})
5console.log(secret)
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.