Binance Connector JS
    Preparing search index...

    Interface QueryManagedSubAccountTransferLogMasterAccountInvestorRequest

    Request parameters for queryManagedSubAccountTransferLogMasterAccountInvestor operation in ManagedSubAccountApi. QueryManagedSubAccountTransferLogMasterAccountInvestorRequest

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

    Properties

    email: string

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountInvestor

    endTime: number | bigint

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

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountInvestor

    limit: number | bigint

    Limit (Max: 500)

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountInvestor

    page: number | bigint

    Page

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountInvestor

    startTime: number | bigint

    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