Longbridge OpenAPI SDK
    Preparing search index...

    Interface DcaStats

    DCA statistics response

    interface DcaStats {
        activeCount: string;
        finishedCount: string;
        suspendedCount: string;
        nearestPlans: DcaPlan[];
        restDays: string;
        totalAmount?: string;
        totalProfit?: string;
    }
    Index

    Properties

    activeCount: string

    Number of active plans

    finishedCount: string

    Number of finished plans

    suspendedCount: string

    Number of suspended plans

    nearestPlans: DcaPlan[]

    Nearest upcoming plans

    restDays: string

    Days until next investment

    totalAmount?: string

    Total invested amount

    totalProfit?: string

    Total profit/loss