Add Pool
Add a custom liquidity pool.
Args: pool_request: Pool details (connector, type, network, base, quote, address)
Documentation Index
Fetch the complete documentation index at: https://condor.hummingbot.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
Request to add a liquidity pool
DEX connector name (e.g., 'raydium', 'meteora')
Pool type ('clmm' or 'amm')
Network name (e.g., 'mainnet-beta')
Pool contract address
Base token symbol
Quote token symbol
Base token contract address
Quote token contract address
Pool fee percentage (e.g., 0.25)
Response
Successful Response
The response is of type Response Add Pool Gateway Pools Post · object.

