API Reference

Update an Event Monitor

puthttps://api.circle.com/v1/w3s/contracts/monitors/{id}

  • Reference
  • Playground

Update an existing event monitor given its ID.

Header parameters
X-Request-Id
string

Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.

Path parameters
id
string
Required

Event Monitor ID.

Body parameters
isEnabled
boolean
Required

Indicates whether the event monitor should be active (true) or inactive (false).

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": {
3    "eventMonitor": {
4      "id": "e3c998a5-bdf1-4f3e-812f-24da238c0fff",
5      "blockchain": {},
6      "contractAddress": "0x1e124d7384cd34448ea5907bd0052a79355ab5eb",
7      "eventSignature": "Transfer(address indexed from, address indexed to, uint256 value)",
8      "eventSignatureHash": "0xd3d3dd4b1fd3e53f94deb24e763485b4c925345c5abfa9ad529c67aa55a3b784",
9      "isEnabled": true
10    }
11  }
12}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.