Binance Connector JS
    Preparing search index...

    QueryIndexPriceConstituentsResponseConstituentsInner

    interface QueryIndexPriceConstituentsResponseConstituentsInner {
        exchange?: string;
        price?: string;
        symbol?: string;
        weight?: string;
    }
    Index

    Properties

    exchange?: string

    Exchange identifier.

    QueryIndexPriceConstituentsResponseConstituentsInner

    price?: string

    Price

    QueryIndexPriceConstituentsResponseConstituentsInner

    symbol?: string

    Trading symbol

    QueryIndexPriceConstituentsResponseConstituentsInner

    weight?: string

    Weight

    QueryIndexPriceConstituentsResponseConstituentsInner