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.

Enriched Events
Classification
Unique Wallets
Protocols

Updated 5 minutes ago

"action_type": "FLASH_LOAN"
"origin_user": "0x4c047bd2..."
"protocol": "Aave V3"
"gas_used": 452722
audit_intelligence_v2.sh
SUPPLY BORROW SWAP FLASH_LOAN YIELD_STRATEGY REPAY WITHDRAW ACCOUNT_ABSTRACTION BOT

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.

Monthly Yearly (Save 2 months)

Starter

$19 /mo
$15 /mo
billed annually ($180/year)
  • 1,000 API requests/hour
  • Latest 10,000 events
  • CSV/JSON exports
  • Commercial use OK
Get Started

Pro Access

$99 /mo
$83 /mo
billed annually ($990/year)
Verified Uptime: 99.99%
  • Unlimited API requests
  • Real-time webhooks
  • Full dataset access
  • Commercial use rights
  • Priority support
  • Advanced analytics
  • Custom integrations
Start Free Trial

Live DeFi Events, Explained

See what happened, who did it, and which protocol was used—decoded from raw Arbitrum transactions into clean, labeled events.

LIVE_EVENTS.FEED
LENDING Just now
Aave V3 yield intelligence extracted
USDC: 5.42% APY WETH: 2.18% APY
FLASH_LOAN 2m ago
0x4c047bd2... executed FLASH_LOAN on Aave V3
$1.2M USDC
YIELD_STRATEGY 8m ago
0x549a0FFB... deployed yield strategy on Balancer V3
$45K Position
BORROW 12m ago
0x491fDF5b... borrowed via Aave V3 with ERC-4337
500 WBTC
SWAP 15m ago
0xbAbE777e... routed through Odos Router
0.337 ETH → 998 USDC
USE_CASE_LENS.exe

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.

intelligence_api.py
# 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.