---
title: "Get tokens watched by an account"
method: GET
path: "/api/v2/account/{address}/token_watchlist"
tags: ["Account Endpoints"]
---

# Get tokens watched by an account

`GET /api/v2/account/{address}/token_watchlist`

Get the tokens watched by a wallet address. Requires wallet identity authentication; the requested address must belong to the authenticated account.

## Path parameters

- `address` string, required

## Response `200`

Watched tokens

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Invalid or missing API key
- `403` — Forbidden
- `404` — Resource not found
- `409` — Conflict
- `500` — Internal server error. Please open a support ticket so OpenSea can investigate.

---

[API](https://skmtc.dev/opensea/apis/opensea-api.md) · [All operations](https://skmtc.dev/opensea/apis/opensea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opensea/opensea-api/revisions/acee8835f2ae/schema)
