Skip to main content
GET
/
v2
/
kyt
/
withdrawal
/
{withdrawalId}
/
exposures
/
direct
KYT - Get Withdrawal Direct Exposure
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"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

withdrawalId
string
required

Withdrawal ID

Response

200 - application/json
direct
object

Direct exposure information