---
title: "Pool Tokens Info by Pool Address"
method: GET
path: "/onchain/networks/{network}/pools/{pool_address}/info"
---

# Pool Tokens Info by Pool Address

`GET /onchain/networks/{network}/pools/{pool_address}/info`

To query pool metadata (base and quote token details, image, socials, websites, description, contract address, etc.) based on a provided pool contract address on a network

## Path parameters

- `network` string, required
- `pool_address` string, required

## Query parameters

- `include` 'pool'

## Response `200`

Pool tokens info data

- PoolTokensInfo
  - `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
      - `image` object, required — Token image URLs in different sizes
        - `thumb` string
        - `small` string
        - `large` string
      - `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, required — GeckoTerminal trust score
      - `gt_score_details` object, required — GeckoTerminal trust score breakdown
        - `pool` number
        - `transaction` number
        - `creation` number
        - `info` number
        - `holders` number
      - `gt_verified` boolean, required — Whether the token is verified on GeckoTerminal
      - `categories` string[], required — Token categories
      - `gt_category_ids` string[], required — GeckoTerminal category IDs
      - `holders` object, required — Token holder information
        - `count` integer — Number of holders
        - `distribution_percentage` object — Holder distribution percentage (keys vary by chain, e.g. top_10, 11_30, 31_50, rest)
        - `last_updated` string — Last updated timestamp
      - `mint_authority` string, nullable, required — Mint authority status
      - `freeze_authority` string, nullable, required — Freeze authority status
      - `is_honeypot` union, required — Whether the token is a honeypot (boolean or 'unknown')
        - boolean
        - string
    - `relationships` object, required
      - `pool` object
        - `data` object
          - `id` string
          - `type` string
  - `included` object[] — Included pool data, present when include=pool is specified
    - `id` string
    - `type` string
    - `attributes` object
      - `base_token_address` string — Base token contract address
      - `quote_token_address` string — Quote token contract address
      - `quote_token_addresses` string[] — Quote token contract addresses, present for pools with more than 2 tokens
      - `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

## Changes

- **2026-05-28** `11cc9e00fd86` — 1 breaking, 1 warning, 4 info
  - the `data/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `data/items/data` from the response with the `200` status
  - api tag `Tokens` removed
  - added the optional property `included/items/attributes/quote_token_addresses` to the response with the `200` status
  - …2 more
- **2026-04-30** `fb6b6a203ce6` — 10 breaking, 1 warning, 3 info
  - the response property `data/items/data/attributes/discord_url` became nullable for the status `200`
  - the response property `data/items/data/attributes/farcaster_url` became nullable for the status `200`
  - the response property `data/items/data/attributes/freeze_authority` became nullable for the status `200`
  - the response property `data/items/data/attributes/mint_authority` became nullable for the status `200`
  - …10 more
- **2025-12-18** `a23494dedfc2` — 2 info
  - added the optional property `data/items/data/attributes/farcaster_url` to the response with the `200` status
  - added the optional property `data/items/data/attributes/zora_url` to the response with the `200` status
- …earlier changes not shown

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