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