메인 콘텐츠로 건너뛰기
GET
/
v2
/
kyt
/
transfers
/
{transferId}
/
exposures
/
direct
KYT - 전송 직접 노출 조회
curl --request GET \
  --url https://api.chainstream.io/v2/kyt/transfers/{transferId}/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.

경로 매개변수

transferId
string
필수

전송 ID

응답

200 - application/json
direct
object

직접 노출 정보