Skip to main content

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.

Import

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.
await assetPairs.refresh();

Return Type

Promise<AssetPairsData>
Returns a promise that resolves with the newly fetched and processed data.