SDK Explorer

Retrieve an existing wallet set.

Parameters
input
object
Required

Represents the input for retrieving a wallet set.

id
string
Required

The ID of the wallet set to retrieve.

Responses
Example
1const response = await client.getWalletSet({
2  id: 'd1daae42-6853-4d66-8184-65468e95225b',
3})
4console.log(response.data?.walletSet)
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.