Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 889 Bytes

File metadata and controls

19 lines (16 loc) · 889 Bytes
title Replace Webhook Addresses
sidebarTitle Replace Addresses
description Replace the entire address list for a webhook subscription.
openapi /openapi.json PUT /beta/evm/subscriptions/webhooks/{webhookId}/addresses

Replaces the entire list of subscribed addresses for a webhook. The new list completely overwrites the existing addresses.

Use this endpoint when you want to:

  • Replace the entire address list with a new set
  • Reset the subscription to monitor a different set of addresses
  • Perform a bulk update of all addresses at once
This endpoint replaces ALL existing addresses. Any addresses not included in the new list will be removed from the subscription. If you only need to add or remove specific addresses without replacing the entire list, use the [Update Addresses](/evm/subscriptions/update-webhook-addresses) endpoint instead.