A webhook with the addressBalance.updated type will receive a call when a balance of address(es) has/have been updated. Example:
# Headers
x-webhook-id: b9827a46-6ca9-4027-b318-b11293ec2728
x-webhook-timestamp: 1716975338
x-webhook-signature: v1,84Z8uQuAJ/L69HLKDG40TEQAAaFdZFiliX9rYHBCePg=
# Payload
{
"type": "addressBalance.updated",
"createdAt": "2026-07-13T13:31:45.148818Z",
"data": {
"addressIds": [
7
]
}
}