メインコンテンツへスキップ
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