跳转到主要内容
GET
/
v1
/
kyt
/
withdrawal
/
{withdrawalId}
/
fraud-assessment
KYT - 获取提现欺诈评估
curl --request GET \
  --url https://api-dex.chainstream.io/v1/kyt/withdrawal/{withdrawalId}/fraud-assessment \
  --header 'Authorization: Bearer <token>'
{
  "alteryaIdentifications": [
    {
      "object": "address_risk_response",
      "address": "0x8878ebb38c617b48630dca8d4af5ab788a3f94c5",
      "chain": "eth",
      "risk_level": "severe",
      "reason": "scam",
      "labels": [
        "scam",
        "disputed"
      ],
      "on_chain_activity": {
        "first_transaction_at": 1724317680
      },
      "risk_score": 99.99
    }
  ]
}

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

withdrawalId
string
必填

提现 ID

示例:

"123e4567-e89b-12d3-a456-426614174000"

响应

200 - application/json
alteryaIdentifications
object[]
必填

Alterya 识别列表