Get direct exposure information for a withdrawal
cURL
curl --request GET \ --url https://api-dex.chainstream.io/v1/kyt/withdrawal/{withdrawalId}/exposures/direct \ --header 'Authorization: Bearer <token>'
{ "direct": { "name": "BitPay.com", "categoryId": 17 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Withdrawal ID
"123e4567-e89b-12d3-a456-426614174000"
Direct exposure information
Show child attributes
Was this page helpful?