Binance Connector JS
    Preparing search index...

    Interface QueryManagedSubAccountTransferLogMasterAccountTradingRequest

    Request parameters for queryManagedSubAccountTransferLogMasterAccountTrading operation in ManagedSubAccountApi. QueryManagedSubAccountTransferLogMasterAccountTradingRequest

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

    Properties

    email: string

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountTrading

    endTime: number | bigint

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

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountTrading

    limit: number | bigint

    Limit (Max: 500)

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountTrading

    page: number | bigint

    Page

    ManagedSubAccountApiQueryManagedSubAccountTransferLogMasterAccountTrading

    startTime: number | bigint

    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