メインコンテンツへスキップ
GET
/
v2
/
kyt
/
transfers
/
{transferId}
/
alerts
KYT - 送金アラート取得
curl --request GET \
  --url https://api.chainstream.io/v2/kyt/transfers/{transferId}/alerts \
  --header 'Authorization: Bearer <token>'
{
  "alerts": [
    {
      "alertAmount": "8868.24",
      "alertLevel": "SEVERE",
      "categoryId": 3,
      "exposureType": "DIRECT",
      "externalId": "b7d17de0-f890-11ec-83bd-c37b1b9f5365",
      "memo": null,
      "service": "OFAC SDN Blender.io 2022-05-06"
    }
  ]
}

承認

Authorization
string
header
必須

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

パスパラメータ

transferId
string
必須

送金 ID

レスポンス

200 - application/json
alerts
object[]
必須

アラートリスト