Binance Connector JS
    Preparing search index...

    Request parameters for getDualInvestmentProductList operation in MarketDataApi. GetDualInvestmentProductListRequest

    interface GetDualInvestmentProductListRequest {
        exercisedCoin: string;
        investCoin: string;
        optionType: GetDualInvestmentProductListOptionTypeEnum;
        pageIndex?: number | bigint;
        pageSize?: number | bigint;
        recvWindow?: number | bigint;
    }
    Index

    Properties

    exercisedCoin: string

    Target exercised asset, e.g.: if you subscribe to a high sell product (call option), you should input: optionType: CALL, exercisedCoin: USDT, investCoin: BNB; if you subscribe to a low buy product (put option), you should input: optionType: PUT, exercisedCoin: BNB, investCoin: USDT

    MarketDataApiGetDualInvestmentProductList

    investCoin: string

    Asset used for subscribing, e.g.: if you subscribe to a high sell product (call option), you should input: optionType: CALL, exercisedCoin: USDT, investCoin: BNB; if you subscribe to a low buy product (put option), you should input: optionType: PUT, exercisedCoin: BNB, investCoin: USDT

    MarketDataApiGetDualInvestmentProductList

    Input CALL or PUT

    MarketDataApiGetDualInvestmentProductList

    pageIndex?: number | bigint

    Page index

    MarketDataApiGetDualInvestmentProductList

    pageSize?: number | bigint

    Number of records per page

    MarketDataApiGetDualInvestmentProductList

    recvWindow?: number | bigint

    Request validity window in milliseconds

    MarketDataApiGetDualInvestmentProductList