toggle menu
crypto-trader-api
JVM
switch theme
search in API
crypto-trader-api
/
org.cryptotrader.api.controller
/
CurrencyController
/
getAllWithOffset
get
All
With
Offset
@
PermitAll
@
GetMapping
(
value
=
"/all"
,
params
=
"offset"
)
open
fun
getAllWithOffset
(
@
RequestParam
(
value
=
"offset"
,
defaultValue
=
"0"
)
offset
:
Int
)
:
ResponseEntity
<
DisplayCurrencyListResponse
>