export interface IBinanceBalanceSchema { asset: string; free: string; locked: string; }