toggle menu
data-services
JVM
switch theme
search in API
data-services
/
org.cryptotrader.data.library.services
/
CurrencyService
/
getCurrencyHistory
get
Currency
History
open
fun
getCurrencyHistory
(
currencyCode
:
String
,
hours
:
Int
)
:
List
<
TimeValueResponse
>
open
fun
getCurrencyHistory
(
currencyCode
:
String
,
hours
:
Int
,
intervalSeconds
:
Int
)
:
List
<
TimeValueResponse
>