toggle menu
crypto-trader-api
JVM
switch theme
search in API
crypto-trader-api
/
org.cryptotrader.api.controller
/
CurrencyController
/
getCurrencyPerformance
get
Currency
Performance
@
PermitAll
@
GetMapping
(
value
=
"/performance/{currencyCode}"
)
open
fun
getCurrencyPerformance
(
@
PathVariable
currencyCode
:
String
)
:
ResponseEntity
<
PerformanceRatingResponse
>