Curve Finance Pool Scanner — Multi-Chain TVL, Volume, APY avatar

Curve Finance Pool Scanner — Multi-Chain TVL, Volume, APY

Pricing

$3.00 / 1,000 chain scanneds

Go to Apify Store
Curve Finance Pool Scanner — Multi-Chain TVL, Volume, APY

Curve Finance Pool Scanner — Multi-Chain TVL, Volume, APY

Scans Curve Finance pools across 8 chains: TVL, 24h volume, daily/weekly APY from trading fees, volume-to-TVL efficiency ratio. Official Curve API, no API key. $0.003/chain.

Pricing

$3.00 / 1,000 chain scanneds

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Categories

Share

What does Curve Finance Pool Scanner do?

Curve Finance Pool Scanner scans Curve Finance liquidity pools across 8 blockchains — Ethereum, Arbitrum, Optimism, Polygon, Base, BNB Chain, Avalanche, and Fantom — and extracts TVL, 24h trading volume, daily and weekly Curve APY from fees, pool imbalance signals, depeg risk, and a 0–100 pool health score for every qualifying pool. It combines two Curve public API endpoints per chain (getPools for on-chain metadata, getVolumes for yield data) and enriches each record with over 20 computed analytics fields — all without requiring an API key.

Why use Curve Finance Pool Scanner?

  • 8-chain coverage in one run — scan Ethereum, Arbitrum, Optimism, Polygon, Base, BNB, Avalanche, and Fantom simultaneously; no need to query each chain separately or manage multiple API endpoints.
  • Risk-aware analytics beyond raw APY — every pool record includes depeg_risk_level, peg_stability_score, impermanent_loss_risk, lp_yield_quality, and pool_health_score so you can screen for risk-adjusted yield rather than chasing headline numbers.
  • Curve Wars intelligencecurve_wars_relevance (highly_contested / contested / moderate / low / negligible) and gauge_weight_trend (increasing / decreasing / stable) give you a gauge contest edge for CRV and CVX strategies.
  • Ecosystem-level summary included — every run emits a ecosystem_summary record with total Curve TVL, 24h volume, best stable yields, most risky pools, and an overall curve_ecosystem_health label.
  • Capital efficiency metrics built invol_tvl_ratio, fee_revenue_per_liquidity_pct, and slippage_efficiency let you immediately identify the most capital-efficient pools for LP strategies.

How to use Curve Finance Pool Scanner

  1. Go to the Apify Store and find Curve Finance Pool Scanner.
  2. Click Try for free to open the actor in Apify Console.
  3. Configure inputs: select chains (default: Ethereum, Arbitrum, Optimism, Polygon, Base), set minTvlUsd, minVol24hUsd, and topN.
  4. Click Start — the run completes in 20–60 seconds depending on chains selected.
  5. Download results as JSON or CSV, or connect the dataset to your dashboard via the Apify API.

Input

FieldTypeDefaultDescription
chainsarray["ethereum","arbitrum","optimism","polygon","base"]Chains to scan. Supported: ethereum, arbitrum, optimism, polygon, base, bsc, avalanche, fantom.
minTvlUsdnumber100000Minimum pool TVL in USD. Pools below this threshold are excluded.
minVol24hUsdnumber1000Minimum 24h trading volume in USD. Filters inactive or empty pools.
topNnumber50Maximum number of pools returned, sorted by TVL descending.

Output

[
{
"type": "ecosystem_summary",
"chains_scanned": ["ethereum", "arbitrum", "optimism", "polygon", "base"],
"pools_qualified": 87,
"total_curve_tvl_usd": 4200000000,
"total_curve_volume_24h_usd": 380000000,
"curve_ecosystem_health": "healthy",
"best_stable_yields": [
{ "pool_name": "Curve.fi USDC/crvUSD", "chain": "ethereum", "apy_weekly_pct": 8.21, "tvl_usd": 95000000 }
],
"fetched_at": "2026-09-02T08:00:00Z"
},
{
"chain": "ethereum",
"chain_label": "Ethereum",
"pool_address": "0xbebc44782c7db0a1a60cb6fe97d0b483032ff1c7",
"pool_name": "Curve.fi DAI/USDC/USDT",
"tvl_usd": 420000000,
"volume_24h_usd": 82000000,
"vol_tvl_ratio": 0.1952,
"apy_daily_pct": 2.8314,
"apy_weekly_pct": 3.1207,
"peg_stability_score": 99,
"impermanent_loss_risk": "low",
"pool_health_label": "excellent",
"pool_imbalance_score": 4,
"largest_coin_dominance_pct": 35.2,
"apy_momentum": "rising",
"estimated_daily_fee_usd": 32800,
"liquidity_depth_tier": "mega",
"fee_revenue_per_liquidity_pct": 0.0078,
"pool_health_score": 89,
"depeg_risk_level": "none",
"lp_yield_quality": "moderate",
"pool_imbalance_signal": "balanced",
"volume_momentum": "surging",
"asset_quality_tier": "blue_chip",
"slippage_efficiency": "ultra_low",
"curve_wars_relevance": "highly_contested",
"fetched_at": "2026-09-02T08:00:00Z"
}
]

Data fields

FieldDescription
pool_nameHuman-readable pool name (e.g., "Curve.fi DAI/USDC/USDT")
chainChain identifier (ethereum, arbitrum, base, etc.)
tvl_usdTotal value locked in USD
volume_24h_usd24-hour trading volume in USD
vol_tvl_ratioVolume divided by TVL — proxy for capital efficiency
apy_daily_pctDaily APY from trading fees
apy_weekly_pct7-day average APY from trading fees
peg_stability_score0–100 score; 100 = all coins perfectly at $1.00 peg
impermanent_loss_riskIL risk classification: low / medium / high
pool_health_labelAggregate label: excellent / healthy / watch / avoid
pool_imbalance_score0–100 HHI-based imbalance (0 = balanced, 100 = monopoly)
largest_coin_dominance_pct% of pool TVL held by the largest single coin
apy_momentumYield direction: rising / stable / falling
estimated_daily_fee_usdEstimated daily fee revenue in USD
liquidity_depth_tierPool size: mega / large / mid / small / micro
fee_revenue_per_liquidity_pctDaily fee revenue as a % of TVL
gauge_weight_trendCRV gauge direction: increasing / stable / decreasing
pool_health_score0–100 composite health score (TVL + efficiency + peg + balance)
depeg_risk_levelDepeg risk: none / low / elevated / critical
lp_yield_qualityRisk-adjusted yield quality: exceptional / strong / moderate / weak / negative_real
pool_imbalance_signalCategorical balance status: balanced / slightly_imbalanced / imbalanced / severely_imbalanced
volume_momentumVolume activity: surging / growing / stable / declining / dead
asset_quality_tierCoin quality: blue_chip / established / mixed / exotic / risky
slippage_efficiencySwap slippage for $1M: ultra_low / low / moderate / high / inefficient
curve_wars_relevanceGauge contest intensity: highly_contested / contested / moderate / low / negligible
pool_dominance_pctThis pool's share of total scanned Curve TVL (%)

Cost estimation

ScenarioChainsCost per run
Small (single chain)1 chain$0.003
Medium (default 5 chains)5 chains$0.015
Large (all 8 chains)8 chains$0.024

Pricing is $0.003 per chain scanned. Running the default 5-chain configuration costs $0.015 per run. A daily run on all 8 chains costs under $0.75 per month.

FAQ

Can I use this to find the best Curve pools for stablecoin yield farming? Yes — filter results where asset_quality_tier is blue_chip, depeg_risk_level is none, and lp_yield_quality is strong or exceptional. Sort by apy_weekly_pct for the best risk-adjusted stablecoin yield across all chains.

What does curve_wars_relevance mean? It estimates how contested a pool's CRV gauge is based on gauge weight data and pool prominence. highly_contested pools (3pool, tricrypto, frax) attract the most vote-buying activity from Convex and other protocols and typically maintain higher APY from bribe incentives.

Does the scanner include CRV reward APY? The actor reports fee-based APY from Curve's official API. CRV reward APY is not included in the base apy_daily_pct / apy_weekly_pct fields — only swap fee revenue. Gauge weight data (gauge_weight_trend, curve_wars_relevance) helps you assess which pools are likely to carry additional CRV incentives.

Disclaimer: This actor provides data for informational and research purposes only. DeFi liquidity pools carry smart contract risk, impermanent loss risk, and stablecoin depeg risk. APY figures are historical and not guaranteed. Always conduct your own due diligence before providing liquidity.

Keywords: Curve Finance scanner, Curve pool APY, Curve TVL, stablecoin yield, Curve liquidity pool, DeFi stablecoin yield, CRV pools, Curve multi-chain, Ethereum stablecoin APY, Curve Wars gauge


Feedback

If this actor powers your DeFi research, a review helps others find it: Leave a review on Apify Store