{"repo":"yegor-pelykh/coingecko_api","free":true,"listed":false,"github":"https://github.com/yegor-pelykh/coingecko_api","clone":"git clone https://github.com/yegor-pelykh/coingecko_api.git","description":"Dart package that provides simple access to the CoinGecko API (Version 3)","language":"Dart","stars":17,"topics":["coingecko","api","coingecko-api","cryptocurrency","coin","token","exchange","ticker","wrapper","dart"],"license":"MIT","category":"api-integrations-sdks","readme_excerpt":"Simple Dart wrapper for the CoinGecko API Table of contents ================= Installation Usage Documentation Query results Sections ping simple coins contract categories nfts exchanges derivatives asset platforms exchange rates search trending global companies indexes Full Example Tests Roadmap Contributing License Contact Installation ============ Add the dependency to your Dart / Flutter project: Usage ===== 1. Create an instance of the API wrapper: 1. Use any methods provided by wrapper. The methods are divided into sections, just as the CoinGecko does. 1. Work with the result as you see fit: Documentation All methods are asynchronous and use , so you need to use to get the result. Query results The result of each method is a special object of type . This is a kind of wrapper that allows you to first find out how successful the request was using its property. If is , then we can use the property of this object to get the processed data itself. Otherwise, we can view the error code and error message using properties and . Sections All methods are divided into sections for easier understanding of the purpose of each method. To call any method, we first need to specify a section. General scheme: All sections fully correspond to those in the CoinGecko API documentation itself: https://www.coingecko.com/api/documentation Let's take a closer look at each of the sections and a set of methods in them. Each section will contain a table indicating the method, a short description o","default_branch":null,"files":null,"tree":[],"storefront":"/r/yegor-pelykh","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/yegor-pelykh/coingecko_api/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}