> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# DetailedStatsNumberMetrics

> Number metrics for detailed stats.

<div data-generated>
  ## GraphQL

  ```
  type DetailedStatsNumberMetrics {
    change: Float!
    currentValue: Int!
    previousValue: Int!
    buckets: [Int]!
  }
  ```

  ### Used By

  **Returned by**

  * [getDetailedStats](/api-reference/queries/getdetailedstats.md) *(deprecated)*: Returns bucketed stats for a given token within a pair.
  * [onDetailedStatsUpdated](/api-reference/subscriptions/ondetailedstatsupdated.md): Live-streamed bucketed stats for a given token within a pair.
</div>
