Endpoints for task creation, monitoring, retrieval
Endpoints for Task Creation, Monitoring, Retrieval
Opus exposes a RESTful API for dApps, bots, and external platforms to programmatically interact with its automation engine.
POST /tasks – Create a new automation task
GET /tasks/:wallet – Retrieve all tasks for a wallet
GET /tasks/status/:taskId – Check latest status
Last updated