export interface IProviderFtx { name: string; apiKey: string; apiSecret: string; subAccountName?: string; }