워치리스트에 지갑 주소를 추가합니다. 워치리스트에 등록된 주소만 PNL 데이터를 보유합니다
cURL
curl --request POST \ --url https://api.chainstream.io/v2/watchlist/{chain}/{walletAddress} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Documentation IndexFetch the complete documentation index at: https://docs.chainstream.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
지원되는 네트워크에 나열된 체인 이름 지원되는 블록체인
sol
eth
bsc
지갑 주소
성공 응답
주소 추가 성공 여부
true
이 페이지가 도움이 되었나요?