man-c / pycoingecko

Python wrapper for the CoinGecko API
MIT License
1.04k stars 268 forks source link

Categories #40

Closed countvidal closed 3 years ago

countvidal commented 3 years ago

Hi, there isnt a method for the /coins/categories/list or /coins/categories/

man-c commented 3 years ago

Hi! categories (and asset_platforms) are new endpoints. They will be added very soon!

Thanks!

man-c commented 3 years ago

The new endpoints (categories & asset_platforms) have been included in the develop branch. I will merge it with master soon and release a new version.

In case you would like to use them now, you can manually install the package from source, switching to develop branch:

git clone https://github.com/man-c/pycoingecko.git
cd pycoingecko
git checkout develop
python3 setup.py install
daviidarr commented 2 years ago

Hi,

Is there a way to list all the coins i a given category (or at least to get the category for a given coin) ? tx