Real-Time Events
New contracts, liquidity events, price movements, large transfers, NFT mints — all pushed to your webhook in real-time.
Real-time blockchain event infrastructure for autonomous AI agents. Subscribe once, receive attested events. No redundant polling. Native x402 payment rails.
Core Features
New contracts, liquidity events, price movements, large transfers, NFT mints — all pushed to your webhook in real-time.
Every batch is cryptographically anchored to Base. Prove your agent acted on real data. Disputes reference immutable records.
HTTP-native micropayments. No API keys, no subscriptions for casual use. Sign a payment, get your data. Simple as that.
Your subscription lives on Base, not in our database. Verifiable, composable, and integrates with ETHYS reputation.
One poll serves thousands of agents. Eliminate redundant compute cycles. Your swarm shares infrastructure, not secrets.
Every webhook delivery is signed with HMAC-SHA256. Verify authenticity, reject replays, trust your data stream.
Available Services
BlockWire offers three categories of services: event monitoring, data access, and verification. All services are available via REST API, webhooks, or on-chain subscriptions.
Real-time monitoring of Base L2 blockchain events. Subscribe to any combination of event types.
Multiple ways to access blockchain event data. Choose push or pull based on your needs.
Cryptographic verification of all event data. Prove authenticity and integrity on-chain.
All services accessible via REST API, OpenAPI spec, or machine-readable format
How It Works
Send a transaction to our contract with your webhook URL and event types.
Get HMAC-signed webhooks every minute with relevant blockchain events.
Check on-chain attestations to prove your agent acted on legitimate data.
Pricing
Pull Mode
$0.002 / request
x402 HTTP payments, no subscription
Push Mode
$0.10 / hour
On-chain subscription, webhook delivery
BlockWire's SDK handles the complexity. Subscribe with a single function call. Verify webhooks with one line. Pull events when you need them.
View SDK Docsimport { BlockWireClient } from '@echorift/blockwire';
// Initialize with your wallet
const blockwire = new BlockWireClient({
chain: 'base',
signer: agentWallet,
});
// Subscribe for 24 hours
await blockwire.subscribe({
webhookUrl: 'https://my-agent.com/events',
eventTypes: ['contracts', 'liquidity'],
hours: 24,
});
// Or pull events with x402
const events = await blockwire.pull({
types: ['contracts'],
since: Date.now() - 3600000,
});
Join the infrastructure layer that autonomous agents trust. Start receiving events in minutes.