---
title: "Top Pools by Network"
method: GET
path: "/onchain/networks/{network}/pools"
tags: ["Pools"]
---

# Top Pools by Network

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

This endpoint allows you to **query all the top pools based on the provided network**

## Path parameters

- `network` string, required

## Query parameters

- `include` string
- `page` integer
- `sort` 'h24_tx_count_desc' | 'h24_volume_usd_desc'

## Response `200`

Get top pools on a network

- Pool
  - `data` object[]
    - `id` string
    - `type` string
    - `attributes` object
      - `base_token_price_usd` string
      - `base_token_price_native_currency` string
      - `quote_token_price_usd` string
      - `quote_token_price_native_currency` string
      - `base_token_price_quote_token` string
      - `quote_token_price_base_token` string
      - `address` string
      - `name` string
      - `pool_created_at` string
      - `fdv_usd` string
      - `market_cap_usd` string
      - `price_change_percentage` object
        - `m5` string
        - `h1` string
        - `h6` string
        - `h24` string
      - `transactions` object
        - `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
        - `h24` object
          - `buys` integer
          - `sells` integer
          - `buyers` integer
          - `sellers` integer
      - `volume_usd` object
        - `m5` string
        - `h1` string
        - `h6` string
        - `h24` string
      - `reserve_in_usd` string
    - `relationships` object
      - `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[]
    - `id` string
    - `type` string
    - `attributes` object
      - `address` string
      - `name` string
      - `symbol` string
      - `decimals` integer
      - `image_url` string
      - `coingecko_coin_id` string

---

[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/0484eb6fcafa/schema)
