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/uniswap API

Uniswap connector endpoints

Hummingbot /connector/uniswap 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/uniswap. 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/uniswap 21

Uniswap connector endpoints

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

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hummingbot-connector-uniswap-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 /pools API