Binance Connector JS
    Preparing search index...

    UmFuturesSymbolConfigurationResponseInner

    interface UmFuturesSymbolConfigurationResponseInner {
        isAutoAddMargin?: string;
        leverage?: number | bigint;
        marginType?: string;
        maxNotionalValue?: string;
        symbol?: string;
    }
    Index

    Properties

    isAutoAddMargin?: string

    Is Auto Add Margin.

    UmFuturesSymbolConfigurationResponseInner

    leverage?: number | bigint

    current initial leverage

    UmFuturesSymbolConfigurationResponseInner

    marginType?: string

    Margin Type.

    UmFuturesSymbolConfigurationResponseInner

    maxNotionalValue?: string

    Max Notional Value.

    UmFuturesSymbolConfigurationResponseInner

    symbol?: string

    Trade symbol, if existing.

    UmFuturesSymbolConfigurationResponseInner