Retrieve an existing wallet using its unique identifier.
Represents the input for retrieving a wallet.
The ID of the wallet to retrieve.
1const response = await client.getWallet({
2 id: '223d9a78-ca33-4cbd-ab83-8f083e3c045b',
3})
4console.log(response.data?.wallet)