---
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

## Changes

- **2026-05-28** `11cc9e00fd86` — 5 info
  - api tag `Coins` removed
  - the response property `items/activated_at` became required for the status `200`
  - the response property `items/id` became required for the status `200`
  - the response property `items/name` became required for the status `200`
  - …1 more

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/coins/list/new/get.md)

---

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