Skip to main content

Webhooks

Overview

Using webhooks, you can subscribe to events on the Ronin chain and receive real-time notifications when they occur. Webhooks are available through the Developer Console and can be used to listen for events such as transactions, address activities, and smart contract events.

Use cases

  • A wallet can use webhooks to notify users when they receive new funds.
  • A trading bot can use webhooks to trigger trades when certain market conditions are met.
  • A game studio that wants to know whenever there's a transaction from their deployed smart contracts.

Next steps

Configure webhooks