Skip to main content

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.