简体中文
获取转账的直接暴露信息
cURL
curl --request GET \ --url https://api-dex.chainstream.io/v1/kyt/transfers/{transferId}/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>
转账ID
"123e4567-e89b-12d3-a456-426614174000"
直接暴露信息
显示 子属性
名称
"BitPay.com"
类别ID
17
此页面对您有帮助吗?