@exchanges/binance
Version:
Exchange provider for Binance API
10 lines (9 loc) • 521 B
TypeScript
export declare type PositionMode = 'HEDGE' | 'ONE_WAY';
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' | 'FUNDING_FEE' | 'REALIZED_PNL' | 'COMMISSION' | 'INSURANCE_CLEAR' | 'DELIVERED_SETTELMENT';
export declare type AutoCloseType = 'LIQUIDATION' | 'ADL';
export declare type RulesIndicatorType = 'UFR' | 'IFER' | 'GCR' | 'DR';