Adds a new customer account.
The request payload for adding an account.
A promise that resolves to the newly added customer account.
Retrieves customer accounts.
A Promise that resolves to the retrieved customer accounts.
Get available currencies for a customer.
A promise that resolves to the available currencies.
Retrieves customer information. By default, limited information is returned (include param is empty array).
The list of additional information to include in the response.
A Promise that resolves to the retrieved customer information.
Retrieves customer account.
The ID of the account to retrieve.
A Promise that resolves to the retrieved customer account.
Updates customer personal information.
Updating the following customer details might result in customer restriction and require new KYC Verification:
To update the following details, the customer must be non-KYC verified. If the customer is KYC verified, you cannot update these details:
The customer personal information which we want to update.
A Promise that resolves to the updated customer information.
StaticgetFunctionRetrieves the singleton instance of the ProfileService class.
The singleton instance of the ProfileService class.
Service class for managing user related operations.