Add Pool
Gateway
Add Pool
Add a custom liquidity pool.
Args: pool_request: Pool details (connector, type, network, base, quote, address)
POST
Add Pool
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
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.

