将钱包地址添加到监视列表中。只有监视列表中的地址才有PNL数据
cURL
curl --request POST \ --url https://api.chainstream.io/v1/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>
支持网络中列出的区块链名称
sol
bsc
eth
钱包地址
"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
成功状态
true
此页面对您有帮助吗?