@exchanges/binance
Version:
Exchange provider for Binance API
9 lines (8 loc) • 440 B
TypeScript
export declare type MarginType = 'ISOLATED' | 'CROSSED';
export declare enum ModifyIsolatedPositionMarginTypeEnum {
ADD_POSITION_MARGIN = 1,
REDUCE_POSITION_MARGIN = 2
}
export declare type IncomeType = 'TRANSFER' | 'WELCOME_BONUS' | 'REALIZED_PNL' | 'FUNDING_FEE' | 'COMMISSION' | 'INSURANCE_CLEAR';
export declare type AutoCloseType = 'LIQUIDATION' | 'ADL';
export declare type RulesIndicatorType = 'UFR' | 'IFER' | 'GCR' | 'DR';