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 /trading/clmm API

Unified cross-chain CLMM (Concentrated Liquidity) endpoints

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

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

This API exposes 9 operations across 9 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.

9 operations 9 paths 0 schemas 4 GET5 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 9

Across 9 paths, the API surfaces 9 operations — 4 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.

/trading/clmm 9

Unified cross-chain CLMM (Concentrated Liquidity) endpoints

GET
/trading/clmm/pool-info
Get CLMM pool information from any supported connector
3 params → 200
GET
/trading/clmm/position-info
Get CLMM position information from any supported connector
3 params → 200
GET
/trading/clmm/positions-owned
Get all CLMM positions owned by a wallet from any supported connector
3 params → 200
GET
/trading/clmm/quote-position
Quote amounts for a new CLMM position from any supported connector
8 params → 200
POST
/trading/clmm/open
Open a new CLMM position across supported connectors
body → 200
POST
/trading/clmm/add
Add liquidity to an existing CLMM position across supported connectors
body → 200
POST
/trading/clmm/remove
Remove liquidity from a CLMM position across supported connectors
body → 200
POST
/trading/clmm/collect-fees
Collect fees from a CLMM position across supported connectors
body → 200
POST
/trading/clmm/close
Close a CLMM position across supported connectors
body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hummingbot-trading-clmm-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