toggle menu
crypto-trader-api
JVM
switch theme
search in API
crypto-trader-api
/
org.cryptotrader.api.controller
/
PortfolioController
/
getPortfolioProfit
get
Portfolio
Profit
@
GetMapping
(
value
=
"/history/profit"
)
@
PreAuthorize
(
value
=
"isAuthenticated()"
)
open
fun
getPortfolioProfit
(
@
AuthenticationPrincipal
user
:
ProductUser
)
:
ResponseEntity
<
AssetValueResponse
>