---
title: "Specific Pool Data by Pool Address"
method: GET
path: "/onchain/networks/{network}/pools/{address}"
---

# Specific Pool Data by Pool Address

`GET /onchain/networks/{network}/pools/{address}`

To query the specific pool based on the provided network and pool address

## Path parameters

- `network` string, required
- `address` string, required

## Query parameters

- `include` string
- `include_volume_breakdown` boolean
- `include_composition` boolean

## Response `200`

Specific pool data

- PoolAddressData
  - `data` PoolAddressItem, 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, required — Base token price in native currency
      - `base_token_balance` string — Base token balance in pool
      - `base_token_liquidity_usd` string — Base token liquidity in USD
      - `quote_token_price_usd` string, required — Quote token price in USD
      - `quote_token_price_native_currency` string, required — Quote token price in native currency
      - `quote_token_balance` string — Quote token balance in pool
      - `quote_token_liquidity_usd` string — Quote token liquidity in USD
      - `base_token_price_quote_token` string, required — Base token price in quote token
      - `quote_token_price_base_token` string, required — Quote token price in base token
      - `address` string, required — Pool contract address
      - `name` string, required — Pool name with fee tier
      - `pool_name` string, required — Pool name without fee tier
      - `pool_fee_percentage` string, required — Pool fee percentage
      - `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
      - `net_buy_volume_usd` object — Net buy volume in USD over various timeframes
        - `m5` string
        - `m15` string
        - `m30` string
        - `h1` string
        - `h6` string
        - `h24` string
      - `buy_volume_usd` object — Buy volume in USD over various timeframes
        - `m5` string
        - `m15` string
        - `m30` string
        - `h1` string
        - `h6` string
        - `h24` string
      - `sell_volume_usd` object — Sell volume in USD over various timeframes
        - `m5` string
        - `m15` string
        - `m30` string
        - `h1` string
        - `h6` string
        - `h24` string
      - `reserve_in_usd` string, required — Total reserve in USD
      - `locked_liquidity_percentage` string, required — Locked liquidity percentage
    - `relationships` object, required — Related resources
      - `base_token` object
        - `data` object
          - `id` string
          - `type` string
      - `quote_token` 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
      - `coingecko_coin_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)
