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?
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?
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.
I believe it is achieved using the event logs of contracts. For example, a Uniswap LP pair has events and the factory contract has events of new pairs being created. From there you could poll the events with websockets or something else.
Blockin.ai is a Node-as-a-service Provider, as well as RPC Endpoints, & API Provider as well. They support 22+ different Blockchains currently.
They have a free subscription plan for individual users, and an Enterprise tier for more on demand applications.