GET
/
watchlist
/
{chain}
/
{walletAddress}
curl --request GET \
  --url https://api-dex.chainstream.io/watchlist/{chain}/{walletAddress} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chain
enum<string>
required

支持网络中列出的区块链名称

Available options:
sol,
base
walletAddress
string
required

钱包地址

Example:

"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"

Response

200 - application/json

The response is of type string.