getPortfolioAssetHistoryByCurrency

@GetMapping(value = "/history/get/asset/{currencyName}")
@PreAuthorize(value = "isAuthenticated()")
open fun getPortfolioAssetHistoryByCurrency(@AuthenticationPrincipal user: ProductUser, @PathVariable currencyName: String): ResponseEntity<List<PortfolioAssetHistory>>