Authorizations
Enter your JSON Web Token (JWT) here. Refer to the Generate JWT section of our Authentication docs for information on how to generate your Bearer Token.
Path Parameters
The Webhook id that needs to be updated
"582307c2f9e1fac308a5f575"
Body
The event_type_filter parameter specifies the criteria to filter events based on event type. Filter for wallet activity events. This filter allows the client to specify one or more wallet addresses to monitor for activities such as transactions, transfers, or other types of events that are associated with the specified addresses.
Webhook will monitor all events that matches any one of the event filters.
The Webhook uri that updates to
"https://webhook.site/582307c2f9e1fac308a5f575"
The status of the webhook.
active
, inactive
"active"
Response
The updated webhook
Webhook that is used for getting notifications when monitored events occur.
The status of the webhook.
active
, inactive
"active"
Identifier of the webhook.
"582307c2f9e1fac308a5f575"
Blockchain network identifier.
"base-sepolia"
unspecified
, erc20_transfer
, erc721_transfer
, wallet_activity
, smart_contract_event_activity
"erc20_transfer"
The event_type_filter parameter specifies the criteria to filter events based on event type. Filter for wallet activity events. This filter allows the client to specify one or more wallet addresses to monitor for activities such as transactions, transfers, or other types of events that are associated with the specified addresses.
Webhook will monitor all events that matches any one of the event filters.
The URL to which the notifications will be sent.
"https://webhook.site/582307c2f9e1fac308a5f575"
The date and time the webhook was created.
"2024-07-21T17:32:28Z"
The date and time the webhook was last updated.
"2024-07-21T17:32:28Z"
The header that will contain the signature of the webhook payload.
"your-signature-header"