export interface IBittrexBalanceSchema { currencySymbol: string; total: string; available: string; updatedAt: string; }