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: Coin Icons

#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