Website In Progress!HashStream is currently invite-only while we finalize our onboarding process.Invite-only access
The days of polling a mirror node are over! Create HashStream rules to receive instant webhooks for every smart contract transaction—no polling, no delays, no missed events. Enterprise-grade reliability built exclusively for Hedera developers.
// Hedera Smart Contract Event
{
"eventName": "Transfer",
"contractId": "0.0.12345",
"timestamp": "2025-12-17T06:27:59.214Z",
"parameters": {
"from": "0x1234...5678",
"to": "0x8765...4321",
"amount": "1000000"
},
"transactionHash": "0xa1b2c3..."
}Trusted by the leading DEX on hedera
A better way to monitor your smart contracts
HashStream provides powerful tools for developers building on the Hedera blockchain.
Receive instant webhooks whenever your smart contracts emit events. No more polling or missed transactions.
Built for mission-critical applications with 99.99% uptime SLA. Multiple redundancy layers ensure you never miss an event.
Simple integration with webhooks to your existing endpoints. Comprehensive SDK and documentation make setup a breeze.
Three simple steps to get started
Enter your contract ID and network through our simple interface or API.
// Define a contract
{
"contractId": "0.0.12345",
"network": "mainnet"
}Add your webhook URL to receive real-time notifications. Test your endpoint with sample events before deploying to production.
// Configure webhook
{
"endpoint": "https://api.yourapp.com/events",
"headers": {
"x-api-key": "your-secret"
},
"retryPolicy": "exponential"
}Sit back and let HashStream do the work. Get instant notifications whenever your contracts emit events, with detailed payload data.
// Webhook payload
{
"id": "evt_12345",
"event": "Transfer",
"contractId": "0.0.12345",
"data": {
"from": "0x123...",
"to": "0x456...",
"amount": "100000"
},
"timestamp": "2025-03-15T13:45:30Z"
}Common Questions
Start receiving real-time notifications for your smart contracts in minutes.