跳转到主要内容
POST
/
v1
/
kyt
/
address
KYT - 注册地址
curl --request POST \
  --url https://api-dex.chainstream.io/v1/kyt/address \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "0x0038AC785dfB6C82b2c9A7B3B6854e08a10cb9f1"
}
'
{
  "address": "0x0038AC785dfB6C82b2c9A7B3B6854e08a10cb9f1"
}

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

请求体

application/json
address
string
必填

地址

示例:

"0x0038AC785dfB6C82b2c9A7B3B6854e08a10cb9f1"

响应

200 - application/json
address
string
必填

地址

示例:

"0x0038AC785dfB6C82b2c9A7B3B6854e08a10cb9f1"