toggle menu
crypto-trader-api
JVM
switch theme
search in API
crypto-trader-api
/
org.cryptotrader.api.controller
/
CurrencyController
/
getFuzzyHistory
get
Fuzzy
History
@
PermitAll
@
PostMapping
(
value
=
"/history/fuzzy/{code}"
)
open
fun
getFuzzyHistory
(
@
PathVariable
code
:
String
,
@
RequestBody
request
:
FuzzyTimeValueRequest
)
:
ResponseEntity
<
TimeValueResponse
>