dashed-slug.net › Forums › Exchange extension support › Missing coin icons in market table when logged out › Reply To: Missing coin icons in market table when logged out
May 18, 2020 at 7:46 am
#8360
alexg
Keymaster
Hello,
This is expected. The coin information is retrieved from the get_coins_info
API endpoint, which is not available if you are not logged in.
The issue here is, why are you even seeing the UI? The UI should not be visible if you are not logged in. Which UI are you seeing while logged out? This could be a caching issue.
with regards