get https://api.trinsic.id/wallet/v1/api/wallets
List all custodian wallets for the current authorization context.
Service Clients (SDKs)
This endpoint can be accessed using one of our service clients as follows.
For more information on how to use our service clients, see our Service Clients (SDKs) guide.
IList<CustodianWalletContract> wallets = await _walletClient.ListWalletsAsync();
let wallets = await walletClient.listWallets();
wallets = wallet_client.list_wallets()
wallets = wallet_client.list_wallets