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

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