Tutorials
Monitoring multiple addresses
A single webhook can monitor multiple addresses, you don’t need to create one webhook per address.
In the free plan, you add up to 5 addresses per webhook. If you need more than that you can upgrade your plan.
Creating the webhook
Let’s start by creating a new webhook to monitor all USDC and USDT activity:
It returns the following:
Adding addresses to monitor
With the webhook id
we can add more addresses. In this case, let’s add the contract addresses for JOE and PNG:
Following that, we will begin to receive events from the four smart contracts integrated into the webhook: USDC, USDT, JOE, and PNG.
Deleting addresses
To remove addresses, simply send an array:
Was this page helpful?