Type Alias GetCurrencyHistoryParams

GetCurrencyHistoryParams: {
    limit: number;
    symbol: string;
    time: CurrencyHistoryTime;
}