Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandresanlim/crypto-badges
💲 Top cryptocurrency as a badge with rank and variation price info
https://github.com/alexandresanlim/crypto-badges
badge badge-generator bitcoin btc cryptocurrencies crytpocurrency ethereum finance finance-application finances
Last synced: 2 days ago
JSON representation
💲 Top cryptocurrency as a badge with rank and variation price info
- Host: GitHub
- URL: https://github.com/alexandresanlim/crypto-badges
- Owner: alexandresanlim
- Created: 2022-12-17T12:43:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T13:20:28.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T01:06:00.615Z (7 months ago)
- Topics: badge, badge-generator, bitcoin, btc, cryptocurrencies, crytpocurrency, ethereum, finance, finance-application, finances
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto Badges
## Top cryptocurrency as a badge| Crypto | Rank | Price | Change 24h |
|----------|--------------|------| -------- |
| ![btc](https://img.shields.io/badge/Bitcoin-000000?style=for-the-badge&logo=bitcoin&logoColor=white) | ![Coincap (Rank)](https://img.shields.io/coincap/rank/bitcoin) | ![Coincap (Price USD)](https://img.shields.io/coincap/price-usd/bitcoin) | ![Coincap (Change Percent 24Hr)](https://img.shields.io/coincap/change-percent-24hr/bitcoin) |
| ![eth](https://img.shields.io/badge/Ethereum-3C3C3D?style=for-the-badge&logo=Ethereum&logoColor=white) | ![Coincap (Rank)](https://img.shields.io/coincap/rank/ethereum) | ![Coincap (Price USD)](https://img.shields.io/coincap/price-usd/ethereum) | ![Coincap (Change Percent 24Hr)](https://img.shields.io/coincap/change-percent-24hr/ethereum) |
| ![ltc](https://img.shields.io/badge/Litecoin-A6A9AA?style=for-the-badge&logo=Litecoin&logoColor=white) | ![Coincap (Rank)](https://img.shields.io/coincap/rank/litecoin) | ![Coincap (Price USD)](https://img.shields.io/coincap/price-usd/litecoin) | ![Coincap (Change Percent 24Hr)](https://img.shields.io/coincap/change-percent-24hr/litecoin) |
| ![link](https://img.shields.io/badge/chainlink-375BD2?style=for-the-badge&logo=chainlink&logoColor=white) | ![Coincap (Rank)](https://img.shields.io/coincap/rank/chainlink) | ![Coincap (Price USD)](https://img.shields.io/coincap/price-usd/chainlink) | ![Coincap (Change Percent 24Hr)](https://img.shields.io/coincap/change-percent-24hr/chainlink) |
| ![link](https://img.shields.io/badge/dogecoin-C2A633?style=for-the-badge&logo=dogecoin&logoColor=white) | ![Coincap (Rank)](https://img.shields.io/coincap/rank/dogecoin) | ![Coincap (Price USD)](https://img.shields.io/coincap/price-usd/dogecoin) | ![Coincap (Change Percent 24Hr)](https://img.shields.io/coincap/change-percent-24hr/dogecoin) |
| ![mon](https://img.shields.io/badge/monero-FF6600?style=for-the-badge&logo=monero&logoColor=white) | ![Coincap (Rank)](https://img.shields.io/coincap/rank/monero) | ![Coincap (Price USD)](https://img.shields.io/coincap/price-usd/monero) | ![Coincap (Change Percent 24Hr)](https://img.shields.io/coincap/change-percent-24hr/monero) |
| ![bnb](https://img.shields.io/badge/tether-168363?style=for-the-badge&logo=tether&logoColor=white) | ![Coincap (Rank)](https://img.shields.io/coincap/rank/tether) | ![Coincap (Price USD)](https://img.shields.io/coincap/price-usd/tether) | ![Coincap (Change Percent 24Hr)](https://img.shields.io/coincap/change-percent-24hr/tether) |## Build by yourself
- Rank:
`https://img.shields.io/coincap/rank/{crypto}`- Price:
`https://img.shields.io/coincap/price-usd/{crypto}`- Change 24h:
`https://img.shields.io/coincap/change-percent-24hr/{crypto}`You can run on your browser to test and use on .md, .html or any component with svg support.