Real-Time

Webhooks

Subscribe to real-time events from the Lumora network, including trade confirmations, price alerts, and security triggers.

Event Types

trade.confirmed

Triggered when an on-chain transaction is finalized.

price.threshold

Triggered when an asset hits a user-defined price point.

security.alert

Triggered if suspicious activity is detected on a connected wallet.

agent.ready

Triggered when a self-hosted node comes online.

Payload Example

{
"event": "trade.confirmed",
"timestamp": 1709654400,
"data": {
"hash": "0x7a...2b1",
"pair": "BNB/USDT",
"amount": "1.5",
"status": "success"
}
}