Binance Connector JS
    Preparing search index...

    ExchangeInformationResponseOptionSymbolsInner

    interface ExchangeInformationResponseOptionSymbolsInner {
        contractType?: string;
        expiryDate?: number | bigint;
        filters?: ExchangeInformationResponseOptionSymbolsInnerFiltersInner[];
        initialMargin?: string;
        liquidationFeeRate?: string;
        maintenanceMargin?: string;
        maxQty?: string;
        minInitialMargin?: string;
        minMaintenanceMargin?: string;
        minQty?: string;
        nakedSell?: boolean;
        priceScale?: number | bigint;
        quantityScale?: number | bigint;
        quoteAsset?: string;
        side?: string;
        status?: string;
        strikePrice?: string;
        symbol?: string;
        underlying?: string;
        underlyingType?: string;
        unit?: number | bigint;
    }
    Index

    Properties

    contractType?: string

    Contract type

    ExchangeInformationResponseOptionSymbolsInner

    expiryDate?: number | bigint

    expiry time

    ExchangeInformationResponseOptionSymbolsInner

    filters

    ExchangeInformationResponseOptionSymbolsInner

    initialMargin?: string

    Initial Magin Ratio

    ExchangeInformationResponseOptionSymbolsInner

    liquidationFeeRate?: string

    liquidation fee rate

    ExchangeInformationResponseOptionSymbolsInner

    maintenanceMargin?: string

    Maintenance Margin Ratio

    ExchangeInformationResponseOptionSymbolsInner

    maxQty?: string

    Maximum order quantity

    ExchangeInformationResponseOptionSymbolsInner

    minInitialMargin?: string

    Min Initial Margin Ratio

    ExchangeInformationResponseOptionSymbolsInner

    minMaintenanceMargin?: string

    Min Maintenance Margin Ratio

    ExchangeInformationResponseOptionSymbolsInner

    minQty?: string

    Minimum order quantity

    ExchangeInformationResponseOptionSymbolsInner

    nakedSell?: boolean

    Whether naked selling is allowed for this symbol

    ExchangeInformationResponseOptionSymbolsInner

    priceScale?: number | bigint

    price precision

    ExchangeInformationResponseOptionSymbolsInner

    quantityScale?: number | bigint

    quantity precision

    ExchangeInformationResponseOptionSymbolsInner

    quoteAsset?: string

    Quotation asset

    ExchangeInformationResponseOptionSymbolsInner

    side?: string

    Direction: CALL long, PUT short

    ExchangeInformationResponseOptionSymbolsInner

    status?: string

    Trading Status

    ExchangeInformationResponseOptionSymbolsInner

    strikePrice?: string

    Strike price

    ExchangeInformationResponseOptionSymbolsInner

    symbol?: string

    Trading pair name

    ExchangeInformationResponseOptionSymbolsInner

    underlying?: string

    Name of the underlying asset of the option contract

    ExchangeInformationResponseOptionSymbolsInner

    underlyingType?: string

    Underlying type

    ExchangeInformationResponseOptionSymbolsInner

    unit?: number | bigint

    Contract unit, the quantity of the underlying asset represented by a single contract.

    ExchangeInformationResponseOptionSymbolsInner