Real-time DeFi yield data from 325+ pools across Ethereum, Base, Polygon, Arbitrum, and more.
- 🔥 Top yield opportunities (>100% APY)
- 📊 Risk scores for each pool
- ⚡ Real-time data from DefiLlama
- 💰 Free tier: 100 requests/day
- 🤖 Telegram bot for alerts
# Install dependencies
npm install
# Start the API server
node yield-server.js
# API available at http://localhost:3457GET /api/health- Server health statusGET /api/pricing- Pricing tiers
GET /api/yields- All yield poolsGET /api/top- Top yielding poolsGET /api/alerts- Yield alertsGET /api/risk- Risk analysis
# Get top 10 yields
curl http://localhost:3457/api/yields?limit=10
# Get yields > 100% APY
curl "http://localhost:3457/api/top?minApy=100"Get yield alerts on Telegram:
# Set your bot token
export TELEGRAM_BOT_TOKEN="your_token_here"
# Start the bot
node telegram-yield-bot.jsCommands: /yields, /stable, /eth, /base, /subscribe
This API is free for personal use. For commercial use or higher rate limits:
- Basic: $10/month - 10,000 requests/day
- Pro: $50/month - 100,000 requests/day + priority support
- Enterprise: Custom - Unlimited + dedicated support
Contact: x-money-yield@proton.me
Powered by DefiLlama API
MIT License - See LICENSE file
Built by X-Money | GitHub