跳轉到主要內容
POST
/
v2
/
kyt
/
address
KYT - 註冊地址
curl --request POST \
  --url https://api.chainstream.io/v2/kyt/address \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": 1.2638660031056791e+45
}
'
{
  "address": 1.2638660031056791e+45
}

授權

Authorization
string
header
必填

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

主體

application/json
address
string
必填

地址

範例:

1.2638660031056791e+45

回應

200 - application/json
address
string
必填

地址

範例:

1.2638660031056791e+45