---
title: "Add Pool"
method: POST
path: "/gateway/pools"
tags: ["Gateway"]
---

# Add Pool

`POST /gateway/pools`

Add a custom liquidity pool.

Args:
    pool_request: Pool details (connector, type, network, base, quote, address)

## Request body

- AddPoolRequest — Request to add a liquidity pool
  - `connector_name` string, required — DEX connector name (e.g., 'raydium', 'meteora')
  - `type` string, required — Pool type ('clmm' for concentrated liquidity)
  - `network` string, required — Network ID in 'chain-network' format (e.g., 'solana-mainnet-beta', 'ethereum-mainnet')
  - `base` string, required — Base token symbol
  - `quote` string, required — Quote token symbol
  - `address` string, required — Pool contract address

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

- **2025-12-20** `1005bcd47280` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hummingbot/apis/hummingbot-api/changes/gateway/pools/post.md)

---

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