# Wallets Custodial wallet management ## Create custodial wallet - [POST /v1/wallets](https://developer.kai2.io/users/wallets/paths/~1v1~1wallets/post.md): Creates a wallet and returns key material. Store secrets securely. ## List wallets - [GET /v1/wallets](https://developer.kai2.io/users/wallets/paths/~1v1~1wallets/get.md) ## Get wallet by ID - [GET /v1/wallets/{walletId}](https://developer.kai2.io/users/wallets/paths/~1v1~1wallets~1%7Bwalletid%7D/get.md) ## Get wallet balances - [GET /v1/wallets/{walletId}/balances](https://developer.kai2.io/users/wallets/paths/~1v1~1wallets~1%7Bwalletid%7D~1balances/get.md)