toggle menu
crypto-trader-api
JVM
switch theme
search in API
crypto-trader-api
/
org.cryptotrader.api.controller
/
TraderController
/
getBatchEvents
get
Batch
Events
@
RequestMapping
(
value
=
"/events/batch"
,
params
=
[
""offset""
,
""limit""
]
)
open
fun
getBatchEvents
(
@
RequestParam
(
value
=
"offset"
,
defaultValue
=
"0"
)
offset
:
Int
,
@
RequestParam
(
value
=
"limit"
,
defaultValue
=
"10"
)
limit
:
Int
)
:
ResponseEntity
<
TradeEventListResponse
>