getCurrencyHistory

open fun getCurrencyHistory(currencyCode: String, hours: Int): List<TimeValueResponse>
open fun getCurrencyHistory(currencyCode: String, hours: Int, intervalSeconds: Int): List<TimeValueResponse>