GET
/
coins
/
list
/
new
๐Ÿ’ผ Recently Added Coins
curl --request GET \
  --url https://pro-api.coingecko.com/api/v3/coins/list/new \
  --header 'x-cg-pro-api-key: <api-key>'
[
  {
    "id": "long-johnson",
    "symbol": "olong",
    "name": "Long Johnson",
    "activated_at": 1712562430
  },
  {
    "id": "dogita",
    "symbol": "doga",
    "name": "DOGITA",
    "activated_at": 1712562282
  },
  {
    "id": "bebe-on-base",
    "symbol": "bebe",
    "name": "Bebe on Base",
    "activated_at": 1712561709
  }
]

Note

Authorizations

x-cg-pro-api-key
string
header
required

Response

200 - application/json

List latest 200 coins

id
string

coin ID

symbol
string

coin symbol

name
string

coin name

activated_at
number

timestamp when coin was activated on CoinGecko