---
title: "Recently Added Coins"
method: GET
path: "/coins/list/new"
---

# Recently Added Coins

`GET /coins/list/new`

To query the latest 200 coins that recently listed on CoinGecko

## Response `200`

List of recently added coins

- object[]
  - `id` string, required — Coin ID
  - `symbol` string, required — Coin symbol
  - `name` string, required — Coin name
  - `activated_at` integer, required — Timestamp when coin was activated on CoinGecko

---

[API](https://skmtc.net/coingecko/apis/coingecko-demo-api.md) · [All operations](https://skmtc.net/coingecko/apis/coingecko-demo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coingecko/coingecko-demo-api/versions/d62c9c579f3a/schema)
