dextools-io / community-requests

Send your request to the DexTools team
3 stars 1 forks source link

[FEATURE] Insufficient Filtering Capability in Dextools API #116

Open welann opened 4 months ago

welann commented 4 months ago

What will you like to see on Dextools?

After purchasing API access to Dextools, I have found that it does not seem to meet my requirements adequately. For instance, I am looking to implement filtering similar to:

https://www.dextools.io/shared/analytics/pairs?limit=51&interval=1h&page=1&chain=base&minFdv=1000000&dextScore=50

The closest endpoint in the API documentation is GET /v2/ranking/{chain}/gainers, but the data returned is quite limited and does not provide the filtering capabilities I need.

Is there any way to achieve similar filtering operations, or am I misunderstanding the usage? image

Why is this a good adding to Dextools?

I suggest expanding the API to provide more functionality for developers.

Sanher commented 3 months ago

For now you can search for pairs by chain and get the info, the filter out that way. Besides that, we are working on implementing improvements on API functionality.