# ChartDataPoint **Type:** GraphQL objects **Description:** A single time-series data point used in historical charts. Each data point represents the value of a given metric (such as TVL or trading volume) at a specific moment in time. ## Fields - timestamp (DateTime): The timestamp associated with this data point. - value (Decimal): The metric value recorded at this timestamp.