toggle menu
crypto-trader-api
JVM
switch theme
search in API
crypto-trader-api
/
org.cryptotrader.api.controller
/
CurrencyController
/
getList
get
List
@
PermitAll
@
GetMapping
(
value
=
"/list"
)
open
fun
getList
(
@
RequestParam
(
value
=
"withCode"
,
defaultValue
=
"false"
)
withCode
:
Boolean
)
:
ResponseEntity
<
CurrencyNamesResponse
>