---
title: "💼 Recently Added Coins"
method: GET
path: "/coins/list/new"
tags: ["Coins"]
---

# 💼 Recently Added Coins

`GET /coins/list/new`

This endpoint allows you to **query the latest 200 coins that recently listed on CoinGecko**

## Response `200`

List latest 200 coins

- object[]
  - `id` string — coin ID
  - `symbol` string — coin symbol
  - `name` string — coin name
  - `activated_at` number — timestamp when coin was activated on CoinGecko

---

[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/0484eb6fcafa/schema)
