Binance Connector JS
    Preparing search index...

    Interface QueryManagedSubAccountTransferLogMasterAccountInvestorRequest

    Request parameters for queryManagedSubAccountTransferLogMasterAccountInvestor operation in ManagedSubAccountApi. QueryManagedSubAccountTransferLogMasterAccountInvestorRequest

    interface QueryManagedSubAccountTransferLogMasterAccountInvestorRequest {
        email: string;
        endTime: number;
        limit: number;
        page: number;
        startTime: number;
        transferFunctionAccountType?: string;
        transfers?: string;
    }
    Index

    Properties

    email: string

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountInvestor

    endTime: number

    End Time (The start time and end time interval cannot exceed half a year)

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountInvestor

    limit: number

    Limit (Max: 500)

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountInvestor

    page: number

    Page

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountInvestor

    startTime: number

    Start Time

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountInvestor

    transferFunctionAccountType?: string

    Transfer function account type (SPOT/MARGIN/ISOLATED_MARGIN/USDT_FUTURE/COIN_FUTURE)

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountInvestor

    transfers?: string

    Transfer Direction (FROM/TO)

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountInvestor