SDK Explorer

Retrieve an existing wallet using its unique identifier.

Parameters
input
object
Required

Represents the input for retrieving a wallet.

id
string
Required

The ID of the wallet to retrieve.

Responses
Example
1const response = await client.getWallet({
2  id: '223d9a78-ca33-4cbd-ab83-8f083e3c045b',
3})
4console.log(response.data?.wallet)
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.