# User Wallets Per-user wallet management and user deposit history. ## Create user wallet - [POST /user-wallets](https://lumo.redocly.app/apis/user-wallets/createuserwallet.md): Creates or returns wallet for given externalId within company scope. ## List user wallets - [GET /user-wallets](https://lumo.redocly.app/apis/user-wallets/listuserwallets.md) ## List blocked user wallets - [GET /user-wallets/blocked](https://lumo.redocly.app/apis/user-wallets/listblockeduserwallets.md) ## Block user wallet - [POST /user-wallets/{walletId}/block](https://lumo.redocly.app/apis/user-wallets/blockuserwallet.md) ## Replace user wallet - [POST /user-wallets/{walletId}/replace](https://lumo.redocly.app/apis/user-wallets/replaceuserwallet.md): Blocks old wallet and creates a new one for the same external user. ## List user-wallet deposits - [GET /user-wallets/deposits](https://lumo.redocly.app/apis/user-wallets/listuserwalletdeposits.md)