Binance Connector JS
    Preparing search index...

    Interface GetExchangeInfoResponseDataSymbolsInner

    GetExchangeInfoResponseDataSymbolsInner

    interface GetExchangeInfoResponseDataSymbolsInner {
        baseAsset?: string;
        baseAssetPrecision?: number | bigint;
        filters?: GetExchangeInfoResponseDataSymbolsInnerFiltersInner[];
        orderTypes?: string[];
        pricePrecision?: number | bigint;
        quantityPrecision?: number | bigint;
        quoteAsset?: string;
        quotePrecision?: number | bigint;
        status?: string;
        symbol?: string;
    }
    Index

    Properties

    baseAsset?: string

    Base asset symbol.

    GetExchangeInfoResponseDataSymbolsInner

    baseAssetPrecision?: number | bigint

    Base asset precision.

    GetExchangeInfoResponseDataSymbolsInner

    Trading filters and constraints.

    GetExchangeInfoResponseDataSymbolsInner

    orderTypes?: string[]

    Supported order types for this symbol.

    GetExchangeInfoResponseDataSymbolsInner

    pricePrecision?: number | bigint

    Allowed precision for price.

    GetExchangeInfoResponseDataSymbolsInner

    quantityPrecision?: number | bigint

    Allowed precision for quantity.

    GetExchangeInfoResponseDataSymbolsInner

    quoteAsset?: string

    Quote asset symbol.

    GetExchangeInfoResponseDataSymbolsInner

    quotePrecision?: number | bigint

    Quote asset precision.

    GetExchangeInfoResponseDataSymbolsInner

    status?: string

    Trading status.

    GetExchangeInfoResponseDataSymbolsInner

    symbol?: string

    Trading symbol.

    GetExchangeInfoResponseDataSymbolsInner