Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.kraken.utils Namespace Reference

Functions

dict[str, str] get_tradable_asset_pairs (KrakenAPI kraken_api)
 

Detailed Description

Utility functions for the kraken integration.

Function Documentation

◆ get_tradable_asset_pairs()

dict[str, str] homeassistant.components.kraken.utils.get_tradable_asset_pairs ( KrakenAPI  kraken_api)
Get a list of tradable asset pairs.

Definition at line 8 of file utils.py.