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
Yeah, sorry but I haven’t spent time on this.
This issue is due to bad design in the API’s access control. This will be resolved with 6.0.0
, the next major version of wallets, which replaces the JSON-API with new restful APIs. Because the new restful APIs will have finer access control, there will be a public API that reports currency information to users who are not logged in.
In the meantime, you could use [wallets_exchange_market template="static"]
. Because the template is static, no information is passed through the API, so there is no issue with coin icons.
Hope this helps.
with regards