Token Images API

Is there an API endpoint to fetch bridge token images?

For custom tokens there’s the /pcustomtoken/list endpoint which lists images, I can’t find the equivalent for tokens on the /ptoken/list endpoint.

Best I can get from the wallet code on Github is ${CONSTANT_CONFIGS.CRYPTO_ICON_URL}/${formatedSymbol}@2x.png where CRYPTO_ICON_URL is set from a .env file or environment variable.

hi @mesquka.
You can get the bridge token image at https://incognito-org.s3.amazonaws.com/wallet/cryptocurrency-icons/32@2x/color/
For example for ETH:
https://incognito-org.s3.amazonaws.com/wallet/cryptocurrency-icons/32@2x/color/[email protected]

3 Likes