@cfxdevkit/defillama - v--check
    Preparing search index...

    Interface RawProtocolTVLEntry

    Raw TVL data point for a protocol

    interface RawProtocolTVLEntry {
        date: number;
        tokens?: Record<string, number>;
        totalLiquidityUSD?: number;
    }
    Index

    Properties

    date: number
    tokens?: Record<string, number>
    totalLiquidityUSD?: number