取得轉帳的直接風險敞口資訊
cURL
curl --request GET \ --url https://api.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>
轉帳 ID
直接敞口資訊
Show child attributes
這個頁面有幫助嗎?