Expand description
Crypto classification heuristics โ single source of truth.
Used by both Symbol::is_crypto() and Ticker::FromStr to determine
whether a trading pair is a cryptocurrency pair.
Functionsยง
- is_
crypto_ base - Check if base symbol is a known cryptocurrency.
- is_
crypto_ quote - Check if quote currency is a crypto quote (stablecoins, BTC, ETH, etc.).