Create a new liquidity pool
POST /v2/liquidity/pool
Create a brand new liquidity pool with initial parameters.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ”API Key
API Secret
Request Body required
Section titled “Request Body required ”object
On-chain address of the first token in the pair
On-chain address of the second token in the pair
Trading fee in basis points (e.g., 300 for 0.3%, 100 for 0.1%)
Initial exchange rate as: how many units of token1 you get for 1 unit of token0. Must account for both tokens’ decimal places.
1850750000000000000000000
UUID of the wallet creating the pool
Human readable name for the pool
Description of the pool purpose
Responses
Section titled “ Responses ”Created pool details
object
UUID of the liquidity pool
Current pool state and pricing information
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
Total value of LP tokens in circulation
Total value locked in USD
Trading volume in the last 24 hours in USD
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error