Get ticks
1. Batch get ticks by pool ID
Function input params
Example
async function fetchTicksByPoolId() {
await ticks = await sdk.Pool.fetchTicks({
poolId: ''
})
}Last updated