Aerodrome Finance Scraper avatar
Aerodrome Finance Scraper

Pricing

$18.00/month + usage

Go to Store
Aerodrome Finance Scraper

Aerodrome Finance Scraper

Developed by

Marco Rodrigues

Marco Rodrigues

Maintained by Community

This scraper extracts liquidity pools (LPs) data from Aerodrome Finance, a decentralized exchange (DEX) on the Base network. The scraper efficiently collects detailed information about liquidity pools, enabling users to analyze DeFi opportunities and track market metrics.

0.0 (0)

Pricing

$18.00/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

4 days ago

This scraper extracts liquidity pools (LPs) data from Aerodrome Finance, a decentralized exchange (DEX) on the Base network. The scraper efficiently collects detailed information about liquidity pools, enabling users to analyze DeFi opportunities and track market metrics.

Features 🛠️

The scraper extracts the following data from Aerodrome Finance LPs:

  • 🏊 Pool Name: The name of the liquidity pool (e.g., "USDC / USDbC")
  • 🔄 Pool Link: The link to the liquidity pool
  • 🔄 Pool Type: The type of liquidity pool (e.g., "Stable", "Volatile")
  • 💰 Pool Trading Fee: The trading fee for the liquidity pool
  • 💰 APR: The Annual Percentage Rate for liquidity providers
  • 💰 Volume Data:
    • Total volume in USD
    • Individual token volumes with USD equivalents
  • 💵 Fee Metrics:
    • Total fees in USD
    • Token-specific fees with USD equivalents
  • 📈 TVL (Total Value Locked):
    • Total TVL in USD
    • Token-specific TVL with USD equivalents

Output preview:

{
"pool_name": "WETH / superOETHb",
"pool_trading_fee": 0.0001,
"pool_link": "https://https://aerodrome.finance/connect?to=%2Fdeposit%3Ftoken0%3D0x4200000000000000000000000000000000000006%26token1%3D0xDBFeFD2e8460a6Ee4955A68582F85708BAEA60A3%26type%3D1%26chain0%3D8453%26chain1%3D8453%26factory%3D0x5e7BB104d84c7CB9B682AaC2F3d509f5F406809A",
"token_1": "WETH",
"token_2": "superOETHb",
"pool_apr": 0.0015429999999999999,
"pool_type": "Concentrated Stable 1",
"pool_volume_usd": 694042.54,
"pool_volume_token_1": 89.61,
"pool_volume_token_1_usd": 239025.23,
"pool_volume_token_2": 170.6,
"pool_volume_token_2_usd": 455017.31,
"pool_fees_usd": 277.61,
"pool_fees_token_1": 0.03584,
"pool_fees_token_1_usd": 95.61,
"pool_fees_token_2": 0.06824,
"pool_fees_token_2_usd": 182.0,
"pool_tvl_usd": 505850000.0,
"pool_tvl_token_1": 1937.17,
"pool_tvl_token_1_usd": 5166728.95,
"pool_tvl_token_2": 187722.38,
"pool_tvl_token_2_usd": 500680000
}

Benefits of Scraping DeFi Data 🚀

Scraping data from Aerodrome Finance provides valuable insights for:

  1. 📊 Yield Farming: Identify the most profitable LP
  2. 💹 Market Analysis: Track volume trends and liquidity distribution
  3. 🔍 Risk Assessment: Monitor TVL and pool stability over time
  4. 📈 Trading Opportunities: Analyze volume and fee patterns to identify active trading pairs
  5. 🤖 DeFi Automation: Build automated systems for tracking and analyzing pool metrics

Input Parameters 🔧

The scraper accepts the following input parameters:

  • Number of Pools: Specify the number of pools to scrape (default: 50, maximum: 100)
  • Start Page: The page number to start scraping from (default: 1)

Limitations 🚫

  • Some LPs may fail to get the USD values due to the tooltip timeout.