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