Real-time DeFi Intelligence API
Enriched transaction data from Arbitrum delivered in minutes.
Unlock actionable DeFi insights without decoding raw logs. Defeyes transforms complex Arbitrum activity into clean, human‑readable events—classifying flash loans, swaps, borrows, and yield strategies in real time.
Updated 5 minutes ago
Why raw blockchain data isn’t enough: most tools give you addresses and hex logs, which means hours of manual decoding to understand what actually happened. Defeyes enriches events automatically—extracting the real origin wallet, labeling protocols, and shipping clean structured JSON/CSV.
| RAW BLOCKCHAIN | DEFEYES ENRICHED API |
|---|---|
| ❌ Just "transaction" | ✅ BORROW, SWAP, FLASH_LOAN |
| ❌ Callback address | ✅ Origin wallet extracted |
| ❌ Contract addresses | ✅ "Aave V3", "CoW Protocol" |
| ❌ Hex, raw logs | ✅ Human-readable JSON/CSV |
| ❌ Hidden yield rates | ✅ Historical APY Tracking (Aave V3) |
PRICING TERMINAL
Choose the plan that fits your needs. Start with Starter for indie projects, or go Pro for unlimited access and commercial rights.
Starter
- 1,000 API requests/hour
- Latest 10,000 events
- CSV/JSON exports
- Commercial use OK
Pro Access
Verified Uptime: 99.99%
- Unlimited API requests
- Real-time webhooks
- Full dataset access
- Commercial use rights
- Priority support
- Advanced analytics
- Custom integrations
Who uses Defeyes?
Live DeFi Events, Explained
See what happened, who did it, and which protocol was used—decoded from raw Arbitrum transactions into clean, labeled events.
FLASH_LOAN on Aave V3
Balancer V3
Aave V3 with ERC-4337
Odos Router
Hover over a transaction
See how each event type powers different use cases
Arbitrage Quants
Identify FLASH_LOAN activity and atomic trades to detect MEV opportunities and liquidation signals.
- Atomic trade grouping
- Liquidation alerts
- MEV pattern recognition
Liquidity Analysts
Track SWAP volume and price impact across Uniswap and CoW Protocol.
- Volume flow analysis
- Slippage monitoring
- DEX aggregator efficiency
DeFi Protocols
Understand how users interact with your protocol via SWAP, SUPPLY, and BORROW events.
- User flow analytics
- Protocol efficiency metrics
- Competitive intelligence
Lending Intelligence
Monitor real-time yield spikes and liquidity shifts across Aave V3 to track capital rotation.
- Yield arbitrage detection
- Protocol liquidity health
- Automated rate monitoring
Researchers
Study YIELD_STRATEGY patterns and ACCOUNT_ABSTRACTION adoption across Arbitrum.
- Behavior pattern analysis
- Trend identification
- Academic research data
Developers
Build wallet scoring systems using ERC-4337 data and BORROW history for risk assessment.
- Wallet reputation APIs
- Credit scoring models
- Automated risk management
Get started in minutes
Simple REST API. Works with Python, JavaScript, cURL—and plugs into webhooks for real-time alerts.
# Get latest flash loans from Defeyes API
import requests
response = requests.get(
"http://136.111.181.227:8080/events",
params={"action_type": "FLASH_LOAN", "limit": 10}
)
data = response.json()
print(f"Found {len(data)} flash loans")
print(data[0]["origin_user"])
# Output: 0x4c047bd2...
How it works
Defeyes turns raw Arbitrum transactions into clean, labeled DeFi events with origin wallets and protocol context.
What does “enrichment” mean?
We decode low-level transaction traces into high-level actions (e.g., FLASH_LOAN, SWAP, BORROW) and attach context like protocol labels, human-readable fields, and real-time Yield (APY) intelligence.
What is "Yield Intelligence" (APY)?
Defeyes captures the Live APY (Annual Percentage Yield) at the exact second a transaction occurs. This tells you the economic incentive (the "Why") that drove a user to act, helping you track yield-chasing behavior and market shifts.
How do you find the real user (origin wallet)?
Many transactions execute via callbacks/routers. We link the onchain execution back to the initiating wallet so analytics reflect the real actor—not just an intermediary contract.
How “real-time” is it?
New events are continuously ingested and enriched, then exposed via API and optional webhooks so you can trigger alerts and workflows quickly.
What formats can I export?
Use JSON for structured pipelines or CSV for quick analysis. The free tier limits request volume and export size; Pro unlocks full dataset + commercial rights.