v1

latestOpenAPI 3.0.32026-07-24707482.9 KB
Tracker Event

List recorded events for a contract-event subscription

get/events/subscriptions/{subscriptionId}/events

Path parameters

subscriptionIdstring required

Query parameters

networkIdstring
sincestring date-time
limitinteger

Response

Subscription events

subscriptionIdstring required
countinteger required

Example response

{
  "data": [
    {
      "targetAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234",
      "contractAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234"
    }
  ]
}