---
title: "New Pools List"
method: GET
path: "/onchain/networks/new_pools"
---

# New Pools List

`GET /onchain/networks/new_pools`

To query all the latest pools across all networks on GeckoTerminal

## Query parameters

- `include` string
- `page` integer
- `include_gt_community_data` boolean

## Response `200`

Latest pools across all networks

- Pool
  - `data` object[], required
    - `id` string, required — Pool identifier
    - `type` string, required — Resource type
    - `attributes` object, required
      - `base_token_price_usd` string, required — Base token price in USD
      - `base_token_price_native_currency` string, nullable, required — Base token price in native currency
      - `quote_token_price_usd` string, required — Quote token price in USD
      - `quote_token_price_native_currency` string, nullable, required — Quote token price in native currency
      - `base_token_price_quote_token` string, nullable, required — Base token price in quote token
      - `quote_token_price_base_token` string, nullable, required — Quote token price in base token
      - `address` string, required — Pool contract address
      - `name` string, required — Pool name
      - `pool_created_at` string, required — Pool creation timestamp
      - `fdv_usd` string, nullable, required — Fully diluted valuation in USD
      - `market_cap_usd` string, nullable, required — Market cap in USD
      - `price_change_percentage` object, required — Price change percentage over various timeframes
        - `m5` string
        - `m15` string
        - `m30` string
        - `h1` string
        - `h6` string
        - `h24` string
      - `transactions` object, required — Transaction counts over various timeframes
        - `m5` object
          - `buys` integer
          - `sells` integer
          - `buyers` integer
          - `sellers` integer
        - `m15` object
          - `buys` integer
          - `sells` integer
          - `buyers` integer
          - `sellers` integer
        - `m30` object
          - `buys` integer
          - `sells` integer
          - `buyers` integer
          - `sellers` integer
        - `h1` object
          - `buys` integer
          - `sells` integer
          - `buyers` integer
          - `sellers` integer
        - `h6` object
          - `buys` integer
          - `sells` integer
          - `buyers` integer
          - `sellers` integer
        - `h24` object
          - `buys` integer
          - `sells` integer
          - `buyers` integer
          - `sellers` integer
      - `volume_usd` object, required — Volume in USD over various timeframes
        - `m5` string
        - `m15` string
        - `m30` string
        - `h1` string
        - `h6` string
        - `h24` string
      - `reserve_in_usd` string, nullable, required — Total reserve in USD
      - `token_price_usd` string — Price of the queried token in USD, present when querying pools by token address
      - `sentiment_vote_positive_percentage` number — GeckoTerminal community positive sentiment vote percentage
      - `sentiment_vote_negative_percentage` number — GeckoTerminal community negative sentiment vote percentage
      - `community_sus_report` integer — GeckoTerminal community suspicious reports count
    - `relationships` object, required — Related resources
      - `base_token` object
        - `data` object
          - `id` string
          - `type` string
      - `quote_token` object
        - `data` object
          - `id` string
          - `type` string
      - `network` object
        - `data` object
          - `id` string
          - `type` string
      - `dex` object
        - `data` object
          - `id` string
          - `type` string
  - `included` object[] — Included related resources, present when include parameter is specified
    - `id` string
    - `type` string
    - `attributes` object
      - `address` string
      - `name` string
      - `symbol` string
      - `decimals` integer
      - `image_url` string, nullable
      - `coingecko_coin_id` string, nullable
      - `coingecko_asset_platform_id` string

## Changes

- **2026-05-28** `11cc9e00fd86` — 4 breaking, 23 info
  - for the `query` request parameter `include`, default value `base_token` was removed
  - the response property `data/items/attributes/reserve_in_usd` became nullable for the status `200`
  - the response property `included/items/attributes/coingecko_coin_id` became nullable for the status `200`
  - the response property `included/items/attributes/image_url` became nullable for the status `200`
  - …23 more
- **2026-04-30** `fb6b6a203ce6` — 6 breaking, 2 info
  - the response property `data/items/attributes/base_token_price_native_currency` became nullable for the status `200`
  - the response property `data/items/attributes/base_token_price_quote_token` became nullable for the status `200`
  - the response property `data/items/attributes/fdv_usd` became nullable for the status `200`
  - the response property `data/items/attributes/market_cap_usd` became nullable for the status `200`
  - …4 more
- **2025-12-18** `a23494dedfc2` — 4 info
  - added the new optional `query` request parameter `include_gt_community_data`
  - added the optional property `data/items/attributes/community_sus_report` to the response with the `200` status
  - added the optional property `data/items/attributes/sentiment_vote_negative_percentage` to the response with the `200` status
  - added the optional property `data/items/attributes/sentiment_vote_positive_percentage` to the response with the `200` status
- …earlier changes not shown

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