Webhook#
Webhooks provide a way for notifications to be delivered to an external server whenever certain events occur on the on-chain.
Note
In case of special situations such as block reorganization, the Webhook may resend data. When receiving this, you need to implement idempotency handling.
Subscribe
Enable subscription to receive data pushes related to specific addresses
Unsubscribe
Stop receiving data pushes related to specific addresses by canceling subscription
View Subscription List
View the list of successfully subscribed addresses