fuse_notification_add_addresses
ActiveTool of Fuse Network
declared in 0.1.0
Add one or more EVM addresses to a webhook's listening scope. Requires `FUSEBOX_SECRET_API_KEY`.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"webhookId",
"addresses"
],
"properties": {
"addresses": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"description": "EVM addresses to start monitoring for this webhook."
},
"webhookId": {
"type": "string",
"description": "ID of the webhook to extend."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Fuse Network
1/7 registries