워치리스트에 지갑 주소를 추가합니다. 워치리스트에 등록된 주소만 PNL 데이터를 보유합니다
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
이 페이지가 도움이 되었나요?