alb2001 / dextools-python

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

Solana tokens seem not to be able to get sorted by creationTime or creationBlock #4

Closed pantlinardatos closed 8 months ago

pantlinardatos commented 8 months ago

Specifically for Solana it seems that the API can not return creationTime or creationBlock

alb2001 commented 8 months ago

Hi

Actually someone has reported a similar issue #3 Can you please paste a code example here? You can use log level as debug and the log will print the url that is being set.

pantlinardatos commented 8 months ago

I sent a mail also to the official API support and they replied to me:

"Sorting by creationTime or creationBlock is not possible at this time, we're fixing an issue with the token creation times on Solana. I'll come back to you when it's fixed."

So it seems that it is not an SDK problem

alb2001 commented 8 months ago

Just checked, its not an issue with the SDK