将钱包地址添加到关注列表。只有关注列表中的地址才有盈亏数据
cURL
curl --request POST \ --url https://api.dex.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
此页面对您有帮助吗?