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
このページは役に立ちましたか?