export interface CurrencyInfo { bank_symbol: string; decimal_digits: number; dex_symbol: string; group: string; ticker: string; }