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

# DetailedStatsBucketTimestamp

> The start/end timestamp for a given bucket within the window.

<div data-generated>
  ## GraphQL

  ```
  type DetailedStatsBucketTimestamp {
    start: Int!
    end: 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>
