Binance Connector JS
    Preparing search index...

    Request parameters for getDualInvestmentPositions operation in TradeApi. GetDualInvestmentPositionsRequest

    interface GetDualInvestmentPositionsRequest {
        pageIndex?: number | bigint;
        pageSize?: number | bigint;
        recvWindow?: number | bigint;
        status?: GetDualInvestmentPositionsStatusEnum;
    }
    Index

    Properties

    pageIndex?: number | bigint

    Page index

    TradeApiGetDualInvestmentPositions

    pageSize?: number | bigint

    Number of records per page

    TradeApiGetDualInvestmentPositions

    recvWindow?: number | bigint

    Request validity window in milliseconds

    TradeApiGetDualInvestmentPositions

    PENDING: Products are purchasing, will give results later; PURCHASE_SUCCESS: purchase successfully; SETTLED: Products are finish settling; PURCHASE_FAIL: fail to purchase; REFUNDING: refund ongoing; REFUND_SUCCESS: refund to spot account successfully; SETTLING: Products are settling. If don't fill this field, will response all the position status.

    TradeApiGetDualInvestmentPositions