Skip to main content
POST
/
watchlists
/
{id}
/
addresses
/
{addressId}
Add an address to a watchlist
curl --request POST \
  --url https://lens-api.tic.io/watchlists/{id}/addresses/{addressId} \
  --header 'x-api-key: <api-key>'
Enterprise+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Watchlist GUID

addressId
integer<int32>
required

Internal address ID to add

Response

Address added to watchlist