Get Add Liquidity Quote
GET /liquidity/quote/add
Get a quote for adding liquidity to a pool.
Authorizations
Parameters
Query Parameters
The ID of the pool to add liquidity to
Amount of token0 to add
Amount of token1 to add
Responses
200
Add liquidity quote
object
object
Token symbol for token0 (e.g., “USDC”)
Token symbol for token1 (e.g., “ETH”)
Current amount of token0 in the pool
Current amount of token1 in the pool
Exchange rate - How much token1 you get for 1 token0
Exchange rate - How much token0 you get for 1 token1
Contract deployment ID of token0
Contract deployment ID of token1
Contract deployment ID of the pool
Number of LP tokens you will receive
Actual amount of token0 needed for balanced provision
Actual amount of token1 needed for balanced provision
How much this trade will affect the price (in percent)
Your ownership percentage of the pool after adding liquidity
400
Bad Request
object
400
Bad Request
Invalid input parameters