Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hummingbot /pools API

Pool management endpoints

Hummingbot /pools API is one of 17 APIs that Hummingbot publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include /pools. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 7 operations across 6 paths. It is described by OpenAPI 3.0.3, at version dev-2.11.0.

Requests are made against a single base URL, http://localhost:15888.

7 operations 6 paths 0 schemas 1 DELETE4 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
dev-2.11.0
Base URL
http://localhost:15888
Resource Areas
1

Paths & Operations 7

Across 6 paths, the API surfaces 7 operations — 1 DELETE, 4 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

/pools 7

Pool management endpoints

GET
/pools/{tradingPair}
Get a specific pool by trading pair
4 params → 200404
GET
/pools/find/{address}
Get detailed pool information by address from GeckoTerminal
2 params → 200
GET
/pools/find
Find pools for a token pair from GeckoTerminal
6 params → 200
GET
/pools/
List all pools for a connector, optionally filtered by network, type, or search term
4 params → 200
POST
/pools/
Add a new pool
body → 200400
POST
/pools/save/{address}
Find pool from GeckoTerminal and save it to the pool list
2 params → 200
DELETE
/pools/{address}
Remove a pool by address
4 params → 200404

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hummingbot-pools-api-openapi.yml Raw ↑

Other APIs Hummingbot publishes across the network.

Hummingbot API
Hummingbot /chain/ethereum API
Hummingbot /chain/solana API
Hummingbot /config API
Hummingbot /connector/0x API
Hummingbot /connector/jupiter API
Hummingbot /connector/meteora API
Hummingbot /connector/orca API
Hummingbot /connector/pancakeswap API
Hummingbot /connector/pancakeswap-sol API
Hummingbot /connector/raydium API
Hummingbot /connector/uniswap API