📄️ DEX API
We have two main APIs to get DEX trading data.
📄️ Token Trades API
We have two main APIs to get DEX trading data.
📄️ Address Trades API
Latest Trades by Maker Address
📄️ Pair Creation Time for a Specific Pair
Let's see how we can get pair creation time for a specific pair. We will use Events API for this. Filter for PairCreated event and also put one more filter, for which pair address you want the creation time. We have used 0x5c6919B79FAC1C3555675ae59A9ac2484f3972F5 pair address in our example.
📄️ Crypto Coin Ticker API
You can build your crypto coin ticker using our DEX APIs based on the requirements of the data field.
📄️ Uniswap Trades on Ethereum
Uniswap is a decentralized exchange built on the Ethereum blockchain that allows users to trade Ethereum-based tokens. Uniswap uses an automated market maker (AMM) model where trades are executed by a smart contract that pools liquidity from multiple parties and sets prices based on a mathematical algorithm.
📄️ DEXScreener EVM Chains Data
This section will guide you through different APIs which will tell you how to get data like realtime trades, price of a token, buys, sells, sell volume, makers, top holders of a token, liquidity of a pair and many more just like how DEXScreener shows for EVM Chains.
📄️ Pools API
With the Pools API, developers can easily retrieve information about liquidity providers, trading volumes, fees, and other key metrics for a variety of different pools.