Update Webhook Details
Edit an existing webhook.
Authorizations
API key to access the API (optional)
Path Parameters
Id of the webhook to edit.
"ba8eea63-9354-42f5-8268-03483a7f1df5"
Body
Name of webhook.
"My Webhook"
Description of webhook.
"My Webhook description"
Additional metadata to be returned alongside a webhook response.
Address of contract to watch.
"0xdAC17F958D2ee523a2206206994597C13D831ec7"
Unique identifier for blockchain networks.
[object Object] Add unique identifiers for blockchain networks.
[object Object] Remove unique identifiers for blockchain networks.
[object Object] Addresses to be watched.
Add addresses to be watched.
Remove addresses from being watched.
An object representing the desired filters.
Set addresses watched by wallet event.
Add addresses watched by wallet event.
Remove addresses watched by wallet event.
Set contract addresses for a webhook. Input format is {chain}.{address}
Addresses to add from webhook. Input format is {chain}.{address}
Addresses to remove from webhook. Input format is {chain}.{address}
Marketplaces to monitor.
Additional marketplaces to monitor.
Marketplaces to remove from monitoring.
Collection Ids to monitor.
Additional collection Ids to monitor.
Collection Ids to remove from monitoring.
NFT Ids to monitor. Input format is {chain}.{contract}.{token_id} for EVM chains, {chain}.{token_id} for Solana
Addtional NFT Ids to monitor. Input format is {chain}.{contract}.{token_id} for EVM chains, {chain}.{token_id} for Solana
NFT Ids to remove from monitoring. Input format is {chain}.{contract}.{token_id} for EVM chains, {chain}.{token_id} for Solana