Binance Connector JS
    Preparing search index...

    Request parameters for indexPrice operation in MarketDataApi. IndexPriceRequest

    interface IndexPriceRequest {
        underlying: string;
    }
    Index

    Properties

    Properties

    underlying: string

    Option underlying, e.g BTCUSDT

    MarketDataApiIndexPrice