KYT 모니터링을 위한 주소 등록
cURL
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 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
주소
1.2638660031056791e+45
이 페이지가 도움이 되었나요?