Skip to main content
GET
/
v2
/
kyt
/
transfers
/
{transferId}
/
exposures
/
direct
KYT - Get Transfer Direct Exposure
curl --request GET \
  --url https://api.dex.chainstream.io/v2/kyt/transfers/{transferId}/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

transferId
string
required

Transfer ID

Response

200 - application/json
direct
object

Direct exposure information