Replace web-UI watchlist
PUT /v1/watchlist — Replace the watchlist (max 100 symbols).
PUT /v1/watchlist
Replace the watchlist (max 100 symbols).
| Method | PUT |
| Path | /v1/watchlist |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | preferences |
Request body
{ "symbols": [{ "ticker": "BTC", "kind": "crypto" }] }