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

# WalletChartRange

> Time range covered by a walletChart response.

### TypeScript shape

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

<ResponseField name="start" type="Int!">Start timestamp (unix seconds).</ResponseField>
<ResponseField name="end" type="Int!">End timestamp (unix seconds).</ResponseField>
