/webhooks/rest/v1/webhooks/{webhookId}/template/{templateId} REST API Endpoint
Path Parameters
webhookId
string
REQUIRED
Loading...
templateId
string
REQUIRED
Loading...
evmWalletFilterevmContractEventsevmAbiFiltersolanaWalletFilterbitcoinWalletFilterxrplWalletFilterhyperliquidWalletEventsFilterstellarWalletTransactionsSourceAccountFilterBody Parameters
name
string
Loading...
notification_email
string
Loading...
destination_attributes
object
Loading...
url
string
Loading...
security_token
string
Loading...
compression
string
Loading...
nonegziptemplateArgs
object
REQUIRED
Template-specific arguments. Select a template to see its required arguments.
Arguments for the evmWalletFilter template.
walletsListName
string
REQUIRED
Name of a kv store list containing EVM wallet addresses to monitor.
Returns
id
string
Loading...
created_at
string
Loading...
name
string
Loading...
network
string
Loading...
notification_email
string
Loading...
destination_attributes
object
Loading...
url
string
Loading...
security_token
string
Loading...
compression
string
Loading...
sequence
integer
Loading...
status
string
Loading...
templateId
string
Loading...
templateArgs
object
Loading...
Request
1curl -X PATCH \2"https://api.quicknode.com/webhooks/rest/v1/webhooks/YOUR_WEBHOOK_ID/template/evmWalletFilter" \3-H "accept: application/json" \4-H "Content-Type: application/json" \5-H "x-api-key: YOUR_API_KEY" \6-d $'{7"name": "Updated Webhook Name",8"notification_email": "contact@example.com",9"destination_attributes": {10"url": "https://webhook.site/your-updated-url",11"security_token": "updated-security-token",12"compression": "none"13},14"templateArgs": {15"wallets": [16"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",17"0xdac17f958d2ee523a2206206994597c13d831ec7",18"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"19]20}21}'
1curl -X PATCH \2"https://api.quicknode.com/webhooks/rest/v1/webhooks/YOUR_WEBHOOK_ID/template/evmWalletFilter" \3-H "accept: application/json" \4-H "Content-Type: application/json" \5-H "x-api-key: YOUR_API_KEY" \6-d $'{7"name": "Updated Webhook Name",8"notification_email": "contact@example.com",9"destination_attributes": {10"url": "https://webhook.site/your-updated-url",11"security_token": "updated-security-token",12"compression": "none"13},14"templateArgs": {15"wallets": [16"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",17"0xdac17f958d2ee523a2206206994597c13d831ec7",18"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"19]20}21}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free