@xoxno/sdk-js
    Preparing search index...

    Type Alias StellarStatsHistoryDto

    type StellarStatsHistoryDto = {
        borrowed: number[];
        revenue: number[];
        supplied: number[];
        timestamps: string[];
    }
    Index

    Properties

    borrowed: number[]

    Total borrowed USD per bin.

    revenue: number[]

    Total protocol revenue USD per bin.

    supplied: number[]

    Total supplied USD per bin.

    timestamps: string[]

    Bin timestamps (ISO-8601).