---
title: "Most Recently Updated Tokens List"
method: GET
path: "/onchain/tokens/info_recently_updated"
---

# Most Recently Updated Tokens List

`GET /onchain/tokens/info_recently_updated`

To query 100 most recently updated tokens info of a specific network or across all networks on GeckoTerminal

## Query parameters

- `include` 'network'
- `network` string

## Response `200`

Most recently updated tokens info

- TokenInfoRecentlyUpdated
  - `data` object[], required
    - `id` string, required — Token identifier
    - `type` string, required — Resource type
    - `attributes` object, required
      - `address` string, required — Token contract address
      - `name` string, required — Token name
      - `symbol` string, required — Token symbol
      - `decimals` integer, required — Token decimals
      - `image_url` string, nullable, required — Token image URL
      - `coingecko_coin_id` string, nullable, required — CoinGecko coin ID
      - `websites` string[], required — Token websites
      - `discord_url` string, nullable, required — Discord URL
      - `farcaster_url` string, nullable, required — Farcaster URL
      - `zora_url` string, nullable, required — Zora URL
      - `telegram_handle` string, nullable, required — Telegram handle
      - `twitter_handle` string, nullable, required — Twitter handle
      - `description` string, nullable, required — Token description
      - `gt_score` number, nullable, required — GeckoTerminal trust score
      - `metadata_updated_at` string, required — Metadata last updated timestamp
    - `relationships` object, required
      - `network` object
        - `data` object
          - `id` string
          - `type` string
  - `included` object[] — Included network data, present when include=network is specified
    - `id` string
    - `type` string
    - `attributes` object
      - `name` string
      - `coingecko_asset_platform_id` string

## Changes

- **2026-05-28** `11cc9e00fd86` — 5 breaking, 22 info
  - for the `query` request parameter `network`, default value `eth` was removed
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - the response property `data/items/attributes/description` became nullable for the status `200`
  - the response property `data/items/attributes/gt_score` became nullable for the status `200`
  - …23 more
- **2026-04-30** `fb6b6a203ce6` — 1 breaking, 4 warning
  - the `data` response's property type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `data/attributes` from the response with the `200` status
  - removed the optional property `data/id` from the response with the `200` status
  - removed the optional property `data/relationships` from the response with the `200` status
  - …1 more
- **2025-09-22** `91c83447321b` — 1 breaking
  - for the `query` request parameter `network`, default value `eth` was added
- **2025-05-26** `0484eb6fcafa` — 2 info
  - removed `#/components/schemas/TokenInfo` from the response body `allOf` list for the response status `200`
  - added the optional property `data` to the response with the `200` status

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/onchain/tokens/info_recently_updated/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)
