Binance Connector JS
    Preparing search index...

    Interface GetSummaryOfSubAccountsFuturesAccountV2Request

    Request parameters for getSummaryOfSubAccountsFuturesAccountV2 operation in AssetManagementApi. GetSummaryOfSubAccountsFuturesAccountV2Request

    interface GetSummaryOfSubAccountsFuturesAccountV2Request {
        futuresType: number | bigint;
        limit?: number | bigint;
        page?: number | bigint;
        recvWindow?: number | bigint;
    }
    Index

    Properties

    futuresType: number | bigint

    1:USDT-margined Futures,2: Coin-margined Futures

    AssetManagementApiGetSummaryOfSubAccountsFuturesAccountV2

    limit?: number | bigint

    Default value: 1, Max value: 200

    AssetManagementApiGetSummaryOfSubAccountsFuturesAccountV2

    page?: number | bigint

    Default value: 1

    AssetManagementApiGetSummaryOfSubAccountsFuturesAccountV2

    recvWindow?: number | bigint

    AssetManagementApiGetSummaryOfSubAccountsFuturesAccountV2