메인 콘텐츠로 건너뛰기
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