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

    Type Alias DefiLlamaPointDto

    type DefiLlamaPointDto = {
        borrowed: number;
        fees: number;
        revenue: number;
        timestamp: string;
        tvl: number;
    }
    Index

    Properties

    borrowed: number
    fees: number

    Borrow interest accrued in the bin.

    revenue: number

    Reserve revenue accrued in the bin.

    timestamp: string

    Bin timestamp (ISO-8601).

    tvl: number