# PoolCharts **Type:** GraphQL objects **Description:** Chart data for a pool ## Fields - volume (ChartDataPoint, Not Null): Volume data points - timestamp (DateTime): The timestamp associated with this data point. - value (Decimal): The metric value recorded at this timestamp. - tvl (ChartDataPoint, Not Null): TVL data points - timestamp (DateTime): The timestamp associated with this data point. - value (Decimal): The metric value recorded at this timestamp. - fees (ChartDataPoint, Not Null): Fees data points - timestamp (DateTime): The timestamp associated with this data point. - value (Decimal): The metric value recorded at this timestamp.