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

# TickSize

> Getter and setter for the minimum price increment for the current asset.

## Import

```ts theme={null}
import { Orderbook } from '@krono/core'
```

## Usage

This property is used as the base unit for all price calculations and aggregation.
When you update `tickSize`, the `groupingOptions` are automatically recalculated to remain proportional to the asset's price precision.

```ts theme={null}
const orderbook = new Orderbook({ symbol: 'BTC/USD' })

orderbook.tickSize = 0.01
```

## Type

```ts theme={null}
number
```

Returns a promise that resolves when the subscription is successfully confirmed by the Kraken WebSocket API.
