Skip to main content
GET
/
v2
/
kyt
/
transfers
/
{transferId}
/
exposures
/
direct
KYT - Get Transfer Direct Exposure
curl --request GET \
  --url https://api.chainstream.io/v2/kyt/transfers/{transferId}/exposures/direct \
  --header 'Authorization: Bearer <token>'
{
  "direct": {
    "categoryId": 17,
    "name": "BitPay.com"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt

Use this file to discover all available pages before exploring further.

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