简体中文
注册地址以进行 KYT 监控
cURL
curl --request POST \ --url https://api-dex.chainstream.io/v1/kyt/addresses \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "address": "0x0038AC785dfB6C82b2c9A7B3B6854e08a10cb9f1" } '
{ "address": "0x0038AC785dfB6C82b2c9A7B3B6854e08a10cb9f1" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
地址
"0x0038AC785dfB6C82b2c9A7B3B6854e08a10cb9f1"
此页面对您有帮助吗?