export interface IGateBalanceSchema { currency: string; available: string; locked: string; }