cryptoicons.org
Open in
urlscan Pro
2606:4700:3030::ac43:b219
Public Scan
URL:
https://cryptoicons.org/
Submission: On July 04 via api from US — Scanned from DE
Submission: On July 04 via api from US — Scanned from DE
Form analysis
0 forms found in the DOMText Content
CRYPTO ICONS API An API service for serving cryptocurrency icons. This project is a service for serving the icons created and maintained by the Cryptocurrency Icons project. The service was originally built for use in Quids for Mac to avoid bundling every icon with the client. Instead, we use this service to dynamically accept the SVG source and render a PNG, using any of the included icon styles provided. App developers can use this service as it's provided (which is 'as is', and without uptime guarantees), or fork the GitHub repo and deploy your own version of the service. API GET https://cryptoicons.org/api/:style/:currency/:size STYLES 1. black 2. white 3. color 4. icon COLOR OVERRIDES To override the color of color and icon icons, an additional optional parameter can be passed, any valid hexidecimal string such as ff00ff. GET https://cryptoicons.org/api/:style/:currency/:size/:color EXAMPLES GET https://cryptoicons.org/api/icon/eth/200 GET https://cryptoicons.org/api/white/btc/200 GET https://cryptoicons.org/api/black/bth/400 GET https://cryptoicons.org/api/color/ltc/600/ff00ff LIBRARIES * CRYPTOICONURLBUILDER Swift reddavis/CryptoIconURLBuilder * Built by @reddavis • The Cryptocurrency Icon project is maintained by @atomiclabs