Overview
What is a Webhook?
A webhook is a user-defined HTTP callback that allows your application to receive real-time notifications about events happening on the blockchain or within the Notus API. When an event occurs, our system sends a POST request to your specified endpoint with relevant event details.
Why Use Webhooks?
-
Real-Time Updates: Get notified immediately about transaction and swap events, allowing your application to respond instantly.
-
Efficiency: Avoid the need to constantly poll the API for updates, reducing latency and API call costs.
-
Custom Integration: Seamlessly integrate event-driven workflows into your application.