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

---

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