---
title: "POST /api/v2/coingecko/watchlist"
method: POST
path: "/api/v2/coingecko/watchlist"
tags: ["coingecko"]
---

# POST /api/v2/coingecko/watchlist

`POST /api/v2/coingecko/watchlist`

Add token to watchlist

## Request body

- object
  - `address` string, required
  - `network` string, required
  - `symbol` string, required
  - `watchlisted` boolean, nullable

## Response `200`

Token added to watchlist

- object — Tokens
  - `id` string, required
  - `address` string, required
  - `network` string, required
  - `symbol` string, required
  - `watchlisted` boolean, nullable, required

---

[API](https://skmtc.net/originprotocol/apis/defi-analytics.md) · [All operations](https://skmtc.net/originprotocol/apis/defi-analytics/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/originprotocol/defi-analytics/revisions/71c64ee4f1f3/schema)
