---
title: "List Pools"
method: GET
path: "/gateway/pools"
tags: ["Gateway"]
---

# List Pools

`GET /gateway/pools`

List all liquidity pools for a connector and network.

Returns normalized data with snake_case fields and trading_pair.

## Query parameters

- `connector_name` string, required — DEX connector (e.g., 'meteora', 'raydium')
- `network` string, required — Network (e.g., 'mainnet-beta')

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/hummingbot/apis/hummingbot-api.md) · [All operations](https://skmtc.net/hummingbot/apis/hummingbot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hummingbot/hummingbot-api/revisions/5347fe79537f/schema)
