메인 콘텐츠로 건너뛰기
GET
/
v2
/
kyt
/
withdrawal
/
{withdrawalId}
/
network-identifications
KYT - 출금 네트워크 식별 조회
curl --request GET \
  --url https://api.chainstream.io/v2/kyt/withdrawal/{withdrawalId}/network-identifications \
  --header 'Authorization: Bearer <token>'
{
  "count": 1,
  "networkIdentificationOrgs": [
    {
      "name": "XYZ Cryptocurrency Exchange"
    }
  ]
}

인증

Authorization
string
header
필수

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

경로 매개변수

withdrawalId
string
필수

출금 ID

응답

200 - application/json
count
integer<int64> | null

식별 건수

예시:

1

networkIdentificationOrgs
object[]

네트워크 식별 조직 목록