Skip to main content

:: STREAMING_RADIX_MAINNET_

Your dApp, reacting in real time

Hookah streams every transaction on the Radix ledger and turns the events you care about into webhooks. Define a trigger, get a POST the moment it happens on-ledger — no indexer, no polling loop.

radix://mainnet/stream
CONNECTING…
whenfromany emitter fired 0×
streamtriggerDepositEventwebhookPOSTresponse
waiting for the next ledger transaction…
your webhook payload appears here

real events from the Radix mainnet — edit the trigger and watch it fire. Deliveries here are simulated; sign in to point them at your real endpoint.

:: HOW_IT_WORKS

From on-ledger event to your endpoint

Three steps. The first one takes a QR scan, the other two take a form.

01

Connect your Radix Wallet

Sign in with a ROLA proof from the wallet you already have. No email, no password, no signup form.

02

Define a trigger

Pick the event you care about and filter on its fields — emitter, resource, amounts. A curated field picker, no SBOR spelunking.

03

Catch the webhook

Hookah watches every transaction as it commits. The moment your condition matches, the event JSON is POSTed to your endpoint.

:: CAPABILITIES

Small tool, sharp edges

Everything you need to react to the ledger — and nothing you have to babysit.

Real-time ledger stream

Built on the official Gateway transaction stream. Events arrive as they are committed on-ledger — on Mainnet and Stokenet.

Field-level conditions

Match on the actual contents of an event, not just its name. The condition builder knows the fields of every curated event type.

Delivery logs

Every delivery is recorded with its payload, status, and the transaction that caused it — so you can see exactly what fired and why.

Test deliveries

Fire a test POST at your endpoint from the dashboard before going live. No waiting around for a matching transaction.

Telegram out of the box

A trigger can message a Telegram chat instead of hitting an endpoint. On-chain alerts without writing a single handler.

Wallet-native auth

Your Radix persona is your account, verified cryptographically with ROLA. Nothing to register, nothing to leak.

Catch your first event in the next five minutes

Scan a QR with your Radix Wallet, point a trigger at your endpoint, and watch the deliveries roll in.