Real-Time
Webhooks
Subscribe to real-time events from the Lumora network, including trade confirmations, price alerts, and security triggers.
Event Types
trade.confirmedTriggered when an on-chain transaction is finalized.
price.thresholdTriggered when an asset hits a user-defined price point.
security.alertTriggered if suspicious activity is detected on a connected wallet.
agent.readyTriggered 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"
}
}
"event": "trade.confirmed",
"timestamp": 1709654400,
"data": {
"hash": "0x7a...2b1",
"pair": "BNB/USDT",
"amount": "1.5",
"status": "success"
}
}