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 /connector/pancakeswap API

PancakeSwap EVM connector endpoints

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

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

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

21 operations 21 paths 0 schemas 10 GET11 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 21

Across 21 paths, the API surfaces 21 operations — 10 GET, 11 POST. Each is listed below with its method, path, parameters, and response codes.

/connector/pancakeswap 21

PancakeSwap EVM connector endpoints

GET
/connectors/pancakeswap/router/quote-swap
Get an executable swap quote from Pancakeswap Universal Router
7 params → 200
POST
/connectors/pancakeswap/router/execute-quote
Execute a previously fetched quote from Pancakeswap Universal Router
body → 200
POST
/connectors/pancakeswap/router/execute-swap
Quote and execute a token swap on Pancakeswap Universal Router in one step
body → 200
GET
/connectors/pancakeswap/amm/pool-info
Get AMM pool information from Pancakeswap V2
2 params → 200
GET
/connectors/pancakeswap/amm/position-info
Get position information for a Pancakeswap V2 pool
5 params → 200
GET
/connectors/pancakeswap/amm/quote-swap
Get swap quote for Pancakeswap V2 AMM
7 params → 200
GET
/connectors/pancakeswap/amm/quote-liquidity
Get liquidity quote for a Pancakeswap V2 pool
7 params → 200
POST
/connectors/pancakeswap/amm/execute-swap
Execute a swap on Pancakeswap V2 AMM using Router02
body → 200
POST
/connectors/pancakeswap/amm/add-liquidity
Add liquidity to a Pancakeswap V2 pool
body → 200
POST
/connectors/pancakeswap/amm/remove-liquidity
Remove liquidity from a Pancakeswap V2 pool
body → 200
GET
/connectors/pancakeswap/clmm/pool-info
Get CLMM pool information from Pancakeswap V3
2 params → 200
GET
/connectors/pancakeswap/clmm/position-info
Get position information for a Pancakeswap V3 position
2 params → 200
GET
/connectors/pancakeswap/clmm/positions-owned
Get all Pancakeswap V3 positions owned by a wallet
2 params → 200
GET
/connectors/pancakeswap/clmm/quote-position
Get a quote for opening a position on Pancakeswap V3
7 params → 200
GET
/connectors/pancakeswap/clmm/quote-swap
Get swap quote for Pancakeswap V3 CLMM
7 params → 200
POST
/connectors/pancakeswap/clmm/execute-swap
Execute a swap on Pancakeswap V3 CLMM using SwapRouter02
body → 200
POST
/connectors/pancakeswap/clmm/open-position
Open a new liquidity position in a Pancakeswap V3 pool
body → 200
POST
/connectors/pancakeswap/clmm/add-liquidity
Add liquidity to an existing Pancakeswap V3 position
body → 200
POST
/connectors/pancakeswap/clmm/remove-liquidity
Remove liquidity from a Pancakeswap V3 position
body → 200
POST
/connectors/pancakeswap/clmm/collect-fees
Collect fees from a Pancakeswap V3 position
body → 200
POST
/connectors/pancakeswap/clmm/close-position
Close a Pancakeswap V3 position by removing all liquidity and collecting fees
body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hummingbot-connector-pancakeswap-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-sol API
Hummingbot /connector/raydium API
Hummingbot /connector/uniswap API
Hummingbot /pools API