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

# Refresh

> Forces a re-fetch of the asset pairs data.

## Import

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

## Usage

Use this method to update the internal cache if you suspect the asset definitions on Kraken have changed or if a previous fetch failed.

```ts theme={null}
await assetPairs.refresh();
```

## Return Type

```ts theme={null}
Promise<AssetPairsData>
```

Returns a promise that resolves with the newly fetched and processed data.
