From 91782f0f790ecad5b8ea7696097e9ab37660e7ea Mon Sep 17 00:00:00 2001 From: Abhishek Bhagate <40712852+archit11111@users.noreply.github.com> Date: Sun, 10 Oct 2021 02:14:09 +0530 Subject: [PATCH] Add CoinDCX API Add CoinDCX API to Cryptocurrency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 934004ae..aa6663bd 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,7 @@ API | Description | Auth | HTTPS | CORS | | [Coinbase](https://developers.coinbase.com) | Bitcoin, Bitcoin Cash, Litecoin and Ethereum Prices | `apiKey` | Yes | Unknown | | [Coinbase Pro](https://docs.pro.coinbase.com/#api) | Cryptocurrency Trading Platform | `apiKey` | Yes | Unknown | | [CoinCap](https://docs.coincap.io/) | Real time Cryptocurrency prices through a RESTful API | No | Yes | Unknown | +| [CoinDCX](https://docs.coindcx.com/) | Cryptocurrency Trading Platform | `apiKey` | Yes | Unknown | | [CoinGecko](http://www.coingecko.com/api) | Cryptocurrency Price, Market, and Developer/Social Data | No | Yes | Yes | | [Coinigy](https://coinigy.docs.apiary.io) | Interacting with Coinigy Accounts and Exchange Directly | `apiKey` | Yes | Unknown | | [Coinlib](https://coinlib.io/apidocs) | Crypto Currency Prices | `apiKey` | Yes | Unknown |