---
title: "Search Pools"
method: GET
path: "/onchain/search/pools"
tags: ["Pools"]
---

# Search Pools

`GET /onchain/search/pools`

This endpoint allows you to **search for pools on a network**

## Query parameters

- `query` string
- `network` string
- `include` string
- `page` integer

## Response `200`

Search for 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)
