SDK Explorer

Create a developer controlled wallet set.

Parameters
input
object
Required

Represents the input for creating a wallet set.

name
string
Required

The name you want to apply to your wallet set.

idempotencyKey
string

The optional idempotency key. An idempotency key is a unique identifier used to identify and handle duplicate requests in order to ensure idempotent behavior, where multiple identical requests have the same effect as a single request.

We will generate one if you do not provide it.

Responses
Example
1const response = await client.createWalletSet({
2  name: 'My first wallet set',
3})
4console.log(response.data?.walletSet)
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.