I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Distinguishing between fiat/crypto coins in the frontend UI

dashed-slug.net Forums Exchange extension support Distinguishing between fiat/crypto coins in the frontend UI Reply To: Distinguishing between fiat/crypto coins in the frontend UI

#8771
alexg
Keymaster

I tested with a USDT_LTC market. It shows up correctly under the CRYPTO_* tab, since USDT is crypto. Note that only markets with a crypto base currency will show up under CRYPTO_*.

What do you see when you type this into your browser console?

wp.wallets.viewModels.walletsExchange.coins()['USDT'].is_crypto

This should return true. If the result is false, then check again your Exchange rate providers. I am using Coingecko, which reports USDT correctly as a crypto coin. Also, click once on the “Clear/refresh data now” in the Exchange rates admin page and check again.