DeFi, decoded.
Access human-readable DeFi data seamlessly.
Through agents or API.
{
"block_number": 21847231,
"time": "2025-01-15T10:30:00Z",
"token": "USDT",
"sender": "0x3f5c...a8b2",
"receiver": "0x8a2e...f1c4",
"amount": 125000.0,
"value_usd": 125000.0
} Talk to your data
Connect DeFiStream to Claude or any MCP-compatible AI agent. Query blockchain data with natural language.
Get all USDT transfers to Binance in the last week
Found 2,847 USDT transfers to Binance wallets in the past 7 days, totalling $184.2M.
| Block | From | Amount |
|---|---|---|
| 21,847,231 | 0x3f5c...a8b2 | 1,250,000 |
| 21,847,195 | 0x8a2e...f1c4 | 840,500 |
| 21,847,102 | 0xd4b7...2e91 | 520,000 |
Get started in one command:
claude mcp add defistream --transport http https://mcp.defistream.dev/mcp Major protocols decoded
Pre-built decoders for the most popular DeFi protocols

More protocols coming soon
Multi-chain support
Decoded events from major EVM chains
More networks coming soon
Simple integration
Use our Python client or REST API to access decoded events
from defistream import DeFiStream
client = DeFiStream()
# Get USDT transfers on Ethereum
df = (
client.erc20.transfers("USDT")
.network("ETH")
.block_range(21000000, 21010000)
.min_amount(10000)
.with_value()
.as_df()
)
print(df.head(3)) block_number time token sender receiver amount value_usd
0 21000142 2024-11-01 08:12:35 USDT 0x3f5c...a8b2 0x8a2e...f1c4 125000 125000
1 21000287 2024-11-01 08:45:18 USDT 0xd4b7...2e91 0x1a4f...e7b3 84500 84500
2 21000394 2024-11-01 09:02:44 USDT 0x9c3d...b4a6 0x7b2e...c3d1 52000 52000How it works
Three simple steps to access decoded DeFi data
Get API Key
Sign up and generate your API key in seconds. No credit card required.
Query Events
Query decoded DeFi events across multiple protocols and networks.
Build
Integrate decoded data into your apps, dashboards, and analytics.
Simple pricing
Start free, upgrade when you need more
Basic
For personal projects and exploration
- 10M Monthly Block Budget
- 60 req/min Rate Limit
- 1 API Keys
- All Endpoints
- All Networks
- MCP Agent Access
- Top-up Quota
- Community Support
Pro
For teams and production workloads
- 100M Monthly Block Budget
- 300 req/min Rate Limit
- 5 API Keys
- All Endpoints
- All Networks
- MCP Agent Access
- Top-up Quota
- Priority Support
Need a custom plan? Contact us
Start building with DeFi data
Get instant access to decoded DeFi events across multiple networks. Free tier available.
Create Free Account