Binance Connector JS
    Preparing search index...

    ManagedSubAccountApi - interface ManagedSubAccountApi

    interface ManagedSubAccountApiInterface {
        depositAssetsIntoTheManagedSubAccount(
            requestParameters: DepositAssetsIntoTheManagedSubAccountRequest,
        ): Promise<RestApiResponse<DepositAssetsIntoTheManagedSubAccountResponse>>;
        getManagedSubAccountDepositAddress(
            requestParameters: GetManagedSubAccountDepositAddressRequest,
        ): Promise<RestApiResponse<GetManagedSubAccountDepositAddressResponse>>;
        queryManagedSubAccountAssetDetails(
            requestParameters: QueryManagedSubAccountAssetDetailsRequest,
        ): Promise<RestApiResponse<QueryManagedSubAccountAssetDetailsResponse>>;
        queryManagedSubAccountFuturesAssetDetails(
            requestParameters: QueryManagedSubAccountFuturesAssetDetailsRequest,
        ): Promise<
            RestApiResponse<QueryManagedSubAccountFuturesAssetDetailsResponse>,
        >;
        queryManagedSubAccountList(
            requestParameters?: QueryManagedSubAccountListRequest,
        ): Promise<RestApiResponse<QueryManagedSubAccountListResponse>>;
        queryManagedSubAccountMarginAssetDetails(
            requestParameters: QueryManagedSubAccountMarginAssetDetailsRequest,
        ): Promise<
            RestApiResponse<QueryManagedSubAccountMarginAssetDetailsResponse>,
        >;
        queryManagedSubAccountSnapshot(
            requestParameters: QueryManagedSubAccountSnapshotRequest,
        ): Promise<RestApiResponse<QueryManagedSubAccountSnapshotResponse>>;
        queryManagedSubAccountTransferLogMasterAccountInvestor(
            requestParameters: QueryManagedSubAccountTransferLogMasterAccountInvestorRequest,
        ): Promise<
            RestApiResponse<
                QueryManagedSubAccountTransferLogMasterAccountInvestorResponse,
            >,
        >;
        queryManagedSubAccountTransferLogMasterAccountTrading(
            requestParameters: QueryManagedSubAccountTransferLogMasterAccountTradingRequest,
        ): Promise<
            RestApiResponse<
                QueryManagedSubAccountTransferLogMasterAccountTradingResponse,
            >,
        >;
        queryManagedSubAccountTransferLogSubAccountTrading(
            requestParameters: QueryManagedSubAccountTransferLogSubAccountTradingRequest,
        ): Promise<
            RestApiResponse<
                QueryManagedSubAccountTransferLogSubAccountTradingResponse,
            >,
        >;
        withdrawlAssetsFromTheManagedSubAccount(
            requestParameters: WithdrawlAssetsFromTheManagedSubAccountRequest,
        ): Promise<
            RestApiResponse<WithdrawlAssetsFromTheManagedSubAccountResponse>,
        >;
    }

    Implemented by

    Index

    Methods