PancakeSwap PoolSpy
JSON →Tracks newly created liquidity pools on PancakeSwap, providing real-time data for DeFi analysts, traders, and developers.
Install
npx -y @smithery/cli Tools · 1
- get_new_pools_bsc Fetches a list of newly created PancakeSwap pools on BNB Smart Chain. Parameters: time_range_seconds (int, default 300) - time range in seconds to look back; limit (int, default 100) - maximum number of pools to return. Returns formatted string with pool details including address, tokens, creation timestamp, block number, transaction count, volume (USD), and total value locked (USD).
Environment variables
THEGRAPH_API_KEY
Links
★ 8 GitHub stars