> For the complete documentation index, see [llms.txt](https://turbos.gitbook.io/turbos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://turbos.gitbook.io/turbos/developer-docs/via-sdk/clmm/fetchticks.md).

# FetchTicks

Quickly get all the ticks in the pool

### Signature

`async fetchTicks(poolId: string)`

Examples

```typescript
const ticks = await this.sdk.pool.fetchTicks(poolId);
console.log(ticks);
```
