'How to get dex transaction data like dextools or dexscreener
I want to implement a product, similar to DexTools/Dexscreener
https://dexscreener.com/ https://dextools.io/
Tracking and charting your DEX in realtime. How should I obtain transaction data? Where do you get the data source?
Solution 1:[1]
I believe, anybody correct me if Im wrong because I never done it before, that you would have to use a dex api (dezentralized exchange api) such as bitquery to fetch the data:
https://bitquery.io/products/dex
I am sure that there are many APIs like that. It might be a bit of a learning curve to use them.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | swisstackle |
