Hitting any snags? We’ve got your back - reach out and we’ll help you get this working.
Why Monitor New Pools?
New liquidity pools are where the action happens in DeFi. They signal new token launches, liquidity migrations, and fresh trading opportunities. Being first to spot them can be a serious advantage. What you can catch early:- New token launches before they hit major trackers
- Arbitrage opportunities between pools
- Liquidity migrations to better DEXes
- Emerging projects before they explode
TL;DR: Jump to Step 2 if you want to start pulling new pools immediately.
Step 1: Pick Your Networks
First, see what blockchains you want to monitor using the Networks API:Step 2: Get Newest Pools
Here’s the money shot - getting pools sorted by creation date using the Network Pools API:What These Parameters Do:
Parameter | Effect | Pro Tip |
---|---|---|
orderBy=created_at | Sort by when pool was made | Only way to find truly new pools |
sort=desc | Newest first | Use asc for historical analysis |
limit=10 | How many pools back | Max is 100, but 10-20 is usually enough |
page=0 | Pagination | Increase for deeper history |
What You Get:
- Crazy high FDV on new tokens (possible honeypot)
- Zero transactions after hours (might be a test pool)
Focus on Specific DEXes
Want to monitor just Uniswap or Raydium? First get the DEX list using the Network DEXes API:Multi-Chain Monitoring
Real pros monitor multiple chains simultaneously. Here’s how:Ethereum
Solana
Base
limit=20
because of memecoin amounts, while Ethereum limit=5
catches the important stuff.
Smart Filtering Strategies
Only High-Activity Pools
Skip the dead pools - focus on ones with real trading:Last 24 Hours Only
Filter by timestamp to get super fresh pools:New Token Launches
Look for pools where the tokens themselves are brand new:Production Monitoring Setup
Simple Monitoring Script
Here’s a bash script that checks for new pools every 5 minutes:Alert on High-Volume New Pools
Catch the big moves automatically:Troubleshooting Common Issues
”No New Pools Found”
Check if you’re looking at the right timeframe:“Too Much Spam”
Filter out low-quality pools:“Missing Opportunities”
You might need to check more frequently or cast a wider net:What’s Next?
Historical Price Data
Analyze new pools with price history.
Pool Transactions
Monitor trading activity in real-time.
Pool Details API
Get comprehensive pool information and metadata.
Search API
Find pools, tokens, and DEXes across all networks.