Interface UserService

    • Method Detail

      • getUser

        Optional<UserDTO> getUser()
        Retrieve user information from exchange (user, accounts and balances).
        Returns:
        user from exchange
      • getAccounts

        Map<String,​AccountDTO> getAccounts()
        Retrieve user accounts information from exchange.
        Returns:
        accounts
      • getAccountsFromCache

        Map<String,​AccountDTO> getAccountsFromCache()
        Retrieve user accounts information from cache.
        Returns:
        accounts