/APP/AGENT/WEBHOOKS
Push events to your bot — no polling required.
Subscribe to PolicyTriggered, BondMatured, ListingSold, ListingCanceled and have Lumina POST a signed payload to your endpoint within seconds of the on-chain event. Useful for bots that need to react faster than the standard /policies polling cadence.
In progress — backend work pending
What still needs to ship for this tab to be live:
- POST /api/v1/agent/webhook — endpoint to register URL + event subscriptions per wallet
- Delivery worker — listens to PolicyManagerV2/ClaimBond/Marketplace events, fans out HTTP POSTs with HMAC signature, retries with exponential backoff
- Delivery log table + UI: last 20 calls per wallet with status code + response time