Inspiration
Cryptos were majorly listed as US Dollars everywhere. SO I needed to google up their USD rates and again google up to convert it to local my currency, i.e. INR. So, I thought to create an API which could directly give me exchange rates at my local currency.
What it does
This API is a combination of Binance.com API and exchangeratesapi.io API. It then does some general maths and sends the conversion out.
How I built it
It fetches cryptos exchange rates with USD from Binance API and fiat currency exchange rates from exchangeratesapi.io. It just combines it.
What I learned
Merging 2 or more APIs together. XD
What's more for Lokalkoins API
We deployed a channel in telegram to post exchange rates of BTC, ETH and DOGE to INR automatically in an interval of 30 seconds.
Built With
- apis
- php
Log in or sign up for Devpost to join the conversation.