> ## 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.

# DetailedStatsStringMetrics

> String metrics for detailed stats.

<div data-generated>
  ## GraphQL

  ```
  type DetailedStatsStringMetrics {
    change: Float!
    currentValue: String!
    previousValue: String!
    buckets: [String]!
  }
  ```

  ### 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>
