Interface RawProtocolTVLEntry

Raw TVL data point for a protocol

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

Properties

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