Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Request) Could it be possible to fetch categories data from coingecko API and display it on cointop? #295

Open
wokawoka opened this issue Dec 8, 2021 · 5 comments

Comments

@wokawoka
Copy link

wokawoka commented Dec 8, 2021

See for example https://www.coingecko.com/en/categories .
Could it be possible to have cointop to fetch and display this useful data?

Thank you very much for developing this great project

@lyricnz
Copy link
Collaborator

lyricnz commented Dec 9, 2021

We currently use the following API call to retrieve market data which does not appear to include any category information.

https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&order=market_cap_desc&per_page=100&page=1&sparkline=false

See https://www.coingecko.com/en/api/documentation

@wokawoka
Copy link
Author

Alright, hopefully they will implement that in the API in the future.
Tthank you for your reply.

@lyricnz
Copy link
Collaborator

lyricnz commented Dec 10, 2021

No need to close it just because it's not trivial. Maybe you can look through the API docs, and see how we might retrieve and use this information? How it would be displayed etc? The more prep-work you can do, the easier it will be for a developer to implement.

@lyricnz lyricnz reopened this Dec 10, 2021
@wokawoka
Copy link
Author

Sorry for my late reply, I missed the notification about your message.
I'll try to take a look at coingecko APIs as soon as I'll have some spare time and in case I'll report back.
Thank you guys for the great work you are doing

@emremuq
Copy link

emremuq commented Jan 31, 2023

do I have a chance to put the api data of any token in a file and watch it, thank you, I wish you continued success
vs https://github.com/flo7up/relataly-public-python-API-tutorials/blob/main/126%20Getting%20Real-Time%20Price%20Data%20via%20the%20Gate.io%20API.ipynb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants