Monitor Endpoints
Create and manage monitoring bots that watch for specific blockchain events and conditions. Configure rules, expressions, and alert actions to monitor your smart contracts and transactions. Use historical analysis to retrospectively analyze blockchain data for incident investigation, performance testing, and forensic analysis.
POST
Create Monitor
/v1/bots
Create a new monitoring bot with specified rules and actions
GET
List Monitors
/v1/bots
Retrieve all monitoring bots for your tenant
GET
Get Monitor
/v1/bots/:botId
Get details of a specific monitoring bot
PUT
Update Monitor
/v1/bots/:botId
Update an existing monitoring bot
PATCH
Activate Monitor
/v1/bots/:botId/activate
Activate a monitoring bot
PATCH
Deactivate Monitor
/v1/bots/:botId/deactivate
Deactivate a monitoring bot
DELETE
Delete Monitor
/v1/bots/:botId
Delete a monitoring bot
POST
Process Historical Blocks
/v1/bots/:botId/historical-blocks
Submit specific block numbers for historical analysis
POST
Execute Historical Query
/v1/bots/:botId/execute-historical-query
Run historical queries against processed blocks