/webhooks/rest/v1/webhooks/template/{id} REST API Endpoint
Path Parameters
templateId
string
REQUIRED
Loading...
evmWalletFilterevmContractEventsevmAbiFiltersolanaWalletFilterbitcoinWalletFilterxrplWalletFilterhyperliquidWalletEventsFilterstellarWalletTransactionsSourceAccountFilterBody Parameters
name
string
REQUIRED
Loading...
network
string
REQUIRED
Loading...
notification_email
string
Loading...
destination_attributes
object
REQUIRED
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 POST \2"https://api.quicknode.com/webhooks/rest/v1/webhooks/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": "My Wallet Monitor Webhook",8"network": "ethereum-mainnet",9"notification_email": "contact@example.com",10"destination_attributes": {11"url": "https://webhook.site/your-unique-url",12"compression": "none"13},14"templateArgs": {15"wallets": [16"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",17"0xdac17f958d2ee523a2206206994597c13d831ec7"18]19}20}'
1curl -X POST \2"https://api.quicknode.com/webhooks/rest/v1/webhooks/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": "My Wallet Monitor Webhook",8"network": "ethereum-mainnet",9"notification_email": "contact@example.com",10"destination_attributes": {11"url": "https://webhook.site/your-unique-url",12"compression": "none"13},14"templateArgs": {15"wallets": [16"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",17"0xdac17f958d2ee523a2206206994597c13d831ec7"18]19}20}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free