Create an address activity driven webhook.
API key to access the API (Optional)
Name of webhook.
"My Webhook"
Description of webhook.
"My Webhook description"
URL where webhooks are sent to.
"https://webhook.uniblock.dev"
Provider of webhook service.
Alchemy, Moralis, Tatum, SimpleHash, Helius "Helius"
Additional metadata to be returned alongside a webhook response.
{ "source": "Uniblock" }Accounts to be watched.
[
"vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg"
]An object representing the desired filters.
{
"AND": [
{
"leaf": {
"field": "programId",
"operator": "eq",
"value": "DfXygSm4jCyNCybVYYK6DwvWqjKee8pbDmJGcLWNDXjh"
}
},
{
"leaf": {
"field": "data",
"operator": "gt",
"value": "4294967295"
}
}
]
}