將錢包地址新增到關注列表。只有關注列表中的地址才有盈虧資料
cURL
curl --request POST \ --url https://api.chainstream.io/v2/watchlist/{chain}/{walletAddress} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
支援網路列表中的鏈名稱 Supported blockchain chains
sol
eth
bsc
錢包地址
成功回應
地址是否新增成功
true
這個頁面有幫助嗎?