alb2001 / dextools-python

A simple Python API wrapper for DEXTools
https://pypi.org/project/dextools-python/
MIT License
45 stars 8 forks source link

Get token list by score order #5

Closed obie73 closed 6 months ago

obie73 commented 6 months ago

Hi, Is it possible to get a list of tokens sorted by their score? I can't find the parameter in the api documentation. Thanks

alb2001 commented 6 months ago

Hi. No, the official API doesn't support that. I guess you could try fetching all the info and then sorting it by score. If so, I would suggest you to contact Dextools on the developer portal.