v1
latestOpenAPI 3.0.32026-07-24707482.9 KBTracker 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
Example response
{
"data": [
{
"targetAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234",
"contractAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234"
}
]
}