For the complete documentation index, see llms.txt. This page is also available as Markdown.

FetchTicks

Quickly get all the ticks in the pool

Signature

async fetchTicks(poolId: string)

Examples

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

Last updated