dashed-slug.net › Forums › Fiat Coin Adapter extension support › Coin Icons › Reply To: Coin Icons
November 24, 2018 at 2:54 pm
#5105
alexg
Keymaster
Hello,
The frontend learns about coin information from your server via the get_coins_info
JSON API call. The coin icon is filterable. Please see https://github.com/dashed-slug/wallets/blob/3.8.0/includes/json-api.php#L966 . There is a full example in the documentation on how to hook to this filter, under the heading Frontend -> JSON API filters -> Coin icon.
with regards