跳转到主要内容
GET
/
v2
/
kyt
/
withdrawal
/
{withdrawalId}
/
exposures
/
direct
KYT - 获取提款直接敞口
curl --request GET \
  --url https://api.dex.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

直接敞口信息