메인 콘텐츠로 건너뛰기
GET
/
v2
/
kyt
/
withdrawal
/
{withdrawalId}
/
exposures
/
direct
KYT - 출금 직접 노출 조회
curl --request GET \
  --url https://api.chainstream.io/v2/kyt/withdrawal/{withdrawalId}/exposures/direct \
  --header 'Authorization: Bearer <token>'
{
  "direct": {
    "categoryId": 17,
    "name": "BitPay.com"
  }
}

인증

Authorization
string
header
필수

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

경로 매개변수

withdrawalId
string
필수

출금 ID

응답

200 - application/json
direct
object

직접 노출 정보