メインコンテンツへスキップ
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

ダイレクトエクスポージャー情報