From 4def626d89a681827f8751977e420608a438661a Mon Sep 17 00:00:00 2001 From: ismael Date: Fri, 26 Jun 2020 17:21:33 -0400 Subject: [PATCH] add cryptomarket api - cryptocurrency exchange api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c0dfd2b..dd3144dd 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ API | Description | Auth | HTTPS | CORS | | [Coinpaprika](https://api.coinpaprika.com) | Cryptocurrencies prices, volume and more | No | Yes | Yes | | [CoinRanking](https://docs.coinranking.com/) | Live Cryptocurrency data | No | Yes | Unknown | | [CryptoCompare](https://www.cryptocompare.com/api#) | Cryptocurrencies Comparison | No | Yes | Unknown | +| [CryptoMarket](https://developers.cryptomkt.com) | Cryptocurrencies Trading platform | `apiKey` | Yes | Yes | | [Cryptonator](https://www.cryptonator.com/api/) | Cryptocurrencies Exchange Rates | No | Yes | Unknown | | [Gemini](https://docs.gemini.com/rest-api/) | Cryptocurrencies Exchange | No | Yes | Unknown | | [ICObench](https://icobench.com/developers) | Various information on listing, ratings, stats, and more | `apiKey` | Yes | Unknown |