Overview
Themonei.user service allows you to manage the authenticated user’s profile, verify KYC status, and retrieve account limits.
This service provides:
- Retrieve current authenticated user
- Update user profile
- Check KYC verification status
- Get deposit limits
Get Current User
Retrieve details of the authenticated user.Update User
Update a user’s profile information.Get KYC Status
Check the user’s KYC verification status.Get Deposit Limits
Retrieve the user’s deposit limits based on KYC level.Response Types
UserResponseDto
KycStatusDto
Error Handling
All user service methods may throw an error if the request fails.Service Overview
| Method | Description |
|---|---|
getCurrentUser() | Retrieve authenticated user profile |
updateUser(id, data) | Update user profile |
kycStatus() | Get KYC verification status |
getDepositLimit() | Retrieve deposit limits |

