From a256859f1ee2e5cb60b85799e86cbd709918cc37 Mon Sep 17 00:00:00 2001 From: Erik Thiart Date: Wed, 25 Apr 2018 15:41:05 +0200 Subject: [PATCH] Updated Readme I added the API link. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 642588517..c96a4ccb3 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,18 @@ Bitcoin Address QR Code | Ethereum Address QR Code | Liteco :-------------------------:|:-------------------------:|:-------------------------: ![Bitcoin Address](https://raw.githubusercontent.com/ErikThiart/cryptocurrency-icons/master/meta/erik-thiart-bitcoin-address.png) | ![Ethereum Address](https://raw.githubusercontent.com/ErikThiart/cryptocurrency-icons/master/meta/erik-thiart-ethereum-address.png) | ![Litecoin Address](https://raw.githubusercontent.com/ErikThiart/cryptocurrency-icons/master/meta/erik-thiart-litecoin-address.png) +**BTC**: 1GeXS8t5KtYvyMAf5hhwtdxM9Ba9EWQqMz + +**ETH**: 0x023f29596Bf80c521C906f80ee305fADc3B1Be3C + +**LTC**: LcNa8XKqimLjXDGck7dPnxEjENPm9t6r3H + ## Screenshot ![Cryptocoins Preview](https://raw.githubusercontent.com/ErikThiart/cryptocurrency-icons/master/meta/cryptocurrency-icons-pack.png) +## Cryptocurrency API +I also maintain the [Coindata](https://coindata.co.za) website and decided to make it's API available to the public. You can pull the current pricing of all coins in existence by hitting this endpoint: ```https://coindata.co.za/api.php``` + + ## Licence Released under [The MIT License](https://raw.githubusercontent.com/ErikThiart/cryptocurrency-icons/master/LICENSE)