Binance Connector JS
    Preparing search index...

    Interface QueryManagedSubAccountTransferLogMasterAccountTradingRequest

    Request parameters for queryManagedSubAccountTransferLogMasterAccountTrading operation in ManagedSubAccountApi. QueryManagedSubAccountTransferLogMasterAccountTradingRequest

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

    Properties

    email: string

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountTrading

    endTime: number

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

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountTrading

    limit: number

    Limit (Max: 500)

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountTrading

    page: number

    Page

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountTrading

    startTime: number

    Start Time

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountTrading

    transferFunctionAccountType?: string

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

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountTrading

    transfers?: string

    Transfer Direction (FROM/TO)

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountTrading