Skip to Content
DocsAPI ReferenceWatchlistOverview

Watchlist

Multi-list watchlist system for tracking ENS names with per-item notification preferences. Users can create up to 20 named lists (plus a default “Watchlist”). All endpoints require authentication.

Base path: /api/v1/watchlist

List Management

MethodPathDescription
GET/listsGet all lists with item counts
POST/listsCreate a named list (max 20)
PATCH/lists/:listIdRename a list
DELETE/lists/:listIdDelete a list (cascades items)

Item Management

MethodPathDescription
GET/Get watchlist items with ENS data
POST/Add a name with notification preferences
PATCH/:idUpdate notification preferences
DELETE/:idRemove a single item
POST/bulkBulk add up to 100 names
DELETE/bulkBulk remove by IDs
MethodPathDescription
GET/check/:nameCheck if a name is watched (across all lists)
GET/searchSearch/filter watchlist with ES + CSV export
Last updated on