From 051928ee8e89cfd2d7d6841b100c54036b3baf26 Mon Sep 17 00:00:00 2001 From: Luis Rodrigues Date: Tue, 16 Jul 2024 21:54:57 +0100 Subject: [PATCH] adicionado 'TODO' para endpoints para Pro API key --- README.md | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eecb93..ed0d186 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ quando houver parametros 'vazios' passados como argumentos, estes não devem ser **dados** - dados devolvidos pela chamada, em formato dict[Any, Any] -### endpoints Public API V3 +### endpoints Public API Demo [V3.0.1](https://docs.coingecko.com/v3.0.1/reference/introduction) ✅ - implementado @@ -193,3 +193,45 @@ quando houver parametros 'vazios' passados como argumentos, estes não devem ser * **companies (beta)** * ✅ public companies holdings + +### endpoints Pro API [V3.1.1](https://docs.coingecko.com/reference/introduction) + +✅ - implementado + +❌ - não implementado + +📖 - documentado + +* **key** + + * ❌ API usage + +* **coins** + * ❌ top gainers & losers + + * ❌ recently added coins + + * ❌ coin ohcl chart within time range by id (enterprise only) + + * ❌ circulating supply chart by id (enterprise only) + + * ❌ total supply chart by id (enterprise only) + + * ❌ total supply chart within time range by id (enterprise only) + +* **asset platforms** + * ❌ token lists by asset platform id (enterprise only) + +* **exchanges** + * ❌ exchange volume chart within time range by id (enterprise only) + +* **NFTs (beta)** + * ❌ nfts list with market data + + * ❌ nfts collection historical chart data by id + + * ❌ nfts collection tickers by id + +* **global** + + * ❌ global market cap chart data \ No newline at end of file