Binance Connector JS
    Preparing search index...

    ExchangeInformationResponseSymbolsInner

    interface ExchangeInformationResponseSymbolsInner {
        baseAsset?: string;
        baseAssetPrecision?: number | bigint;
        contractSize?: number | bigint;
        contractStatus?: string;
        contractType?: string;
        deliveryDate?: number | bigint;
        equalQtyPrecision?: number | bigint;
        filters?: DerivativesTradingCoinFuturesRestAPI.ExchangeInformationResponseSymbolsInnerFiltersInner[];
        liquidationFee?: string;
        maintMarginPercent?: string;
        marginAsset?: string;
        marketTakeBound?: string;
        onboardDate?: number | bigint;
        orderTypes?: string[];
        pair?: string;
        pricePrecision?: number | bigint;
        quantityPrecision?: number | bigint;
        quoteAsset?: string;
        quotePrecision?: number | bigint;
        requiredMarginPercent?: string;
        symbol?: string;
        timeInForce?: string[];
        triggerProtect?: string;
        underlyingSubType?: string[];
        underlyingType?: string;
    }
    Index

    Properties

    baseAsset?: string

    Base asset symbol.

    ExchangeInformationResponseSymbolsInner

    baseAssetPrecision?: number | bigint

    Base asset precision.

    ExchangeInformationResponseSymbolsInner

    contractSize?: number | bigint

    Contract size.

    ExchangeInformationResponseSymbolsInner

    contractStatus?: string

    Contract status.

    ExchangeInformationResponseSymbolsInner

    contractType?: string

    Contract type.

    ExchangeInformationResponseSymbolsInner

    deliveryDate?: number | bigint

    Delivery timestamp.

    ExchangeInformationResponseSymbolsInner

    equalQtyPrecision?: number | bigint

    ignore

    ExchangeInformationResponseSymbolsInner

    Trading filters and constraints.

    ExchangeInformationResponseSymbolsInner

    liquidationFee?: string

    liquidation fee rate

    ExchangeInformationResponseSymbolsInner

    maintMarginPercent?: string

    ignore

    ExchangeInformationResponseSymbolsInner

    marginAsset?: string

    Margin asset.

    ExchangeInformationResponseSymbolsInner

    marketTakeBound?: string

    the max price difference rate( from mark price) a market order can make

    ExchangeInformationResponseSymbolsInner

    onboardDate?: number | bigint

    Onboard timestamp.

    ExchangeInformationResponseSymbolsInner

    orderTypes?: string[]

    Supported order types.

    ExchangeInformationResponseSymbolsInner

    pair?: string

    Pair

    ExchangeInformationResponseSymbolsInner

    pricePrecision?: number | bigint

    please do not use it as tickSize

    ExchangeInformationResponseSymbolsInner

    quantityPrecision?: number | bigint

    please do not use it as stepSize

    ExchangeInformationResponseSymbolsInner

    quoteAsset?: string

    Quote asset symbol.

    ExchangeInformationResponseSymbolsInner

    quotePrecision?: number | bigint

    Quote asset precision.

    ExchangeInformationResponseSymbolsInner

    requiredMarginPercent?: string

    ignore

    ExchangeInformationResponseSymbolsInner

    symbol?: string

    Trading symbol

    ExchangeInformationResponseSymbolsInner

    timeInForce?: string[]

    Time in force

    ExchangeInformationResponseSymbolsInner

    triggerProtect?: string

    threshold for algo order with "priceProtect"

    ExchangeInformationResponseSymbolsInner

    underlyingSubType?: string[]

    Underlying asset sub-type.

    ExchangeInformationResponseSymbolsInner

    underlyingType?: string

    Underlying asset type.

    ExchangeInformationResponseSymbolsInner