Get direct exposure information for a transfer
cURL
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" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Transfer ID
Direct exposure information
Show child attributes
Was this page helpful?