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

# DetailedPairStatsBucketTimestamp

> Start and end timestamps for a single time bucket in windowed pair stats.

### TypeScript shape

```ts theme={null}
interface DetailedPairStatsBucketTimestamp {
  start: number;
  end: number;
}
```

<ResponseField name="start" type="Int!">
  Bucket start timestamp.
</ResponseField>

<ResponseField name="end" type="Int!">
  Bucket end timestamp.
</ResponseField>
