Skip to main content

Async Task Workflow

Webhooks Event Fields

webhookId
string
required
The unique identifier for the webhook.
eventType
string
required
Type of event that triggered the webhook.
timestamp
string
required
Timestamp indicating when the event occurred
data
object
required
The data related to this event

Event Example

{
  "webhookId":"60944883389642198713019658195148",
  "data":{
    "dirData":{
      "in":{
        "default-kyt":{
          "strategyNo":"default-kyt",
          "strategyName":"default",
          "score":"22.27626",
          "details":[
            {
              "score":"22.27626",
              "code":"hack",
              "name":"Hacking"
            }
          ]
        },
        "default_62680284809793536_86437582530844820316382104768774":{
          "strategyNo":"default_62680284809793536_86437582530844820316382104768774",
          "strategyName":"3 hop|All type |1% or 5000",
          "score":"22.27626",
          "details":[
            {
              "score":"22.27626",
              "code":"hack",
              "name":"Hacking"
            }
          ]
        }
      },
      "out":{

      }
    },
    "requestId":"60944883389642198713019658195148",
    "maxScore":"22.27626",
    "customId":"123456",
    "status":1003
  },
  "eventType":"getTxHashCustomRiskScore",
  "timestamp":"2025-05-29 11:25:23"
}