Create a new liquidity pool
POST /v2/liquidity/pool
POST
/v2/liquidity/pool
Request Body required
Section titled “Request Body required ”object
token0ContractDeploymentId
required
On-chain address of the first token in the pair
string
token1ContractDeploymentId
required
On-chain address of the second token in the pair
string
fee
required
Trading fee in basis points (e.g., 300 for 0.3%, 100 for 0.1%)
number
rate
required
Initial exchange rate as: how many units of token1 you get for 1 unit of token0. Must account for both tokens’ decimal places.
string
1850750000000000000000000
walletId
required
UUID of the wallet creating the pool
string
name
required
Human readable name for the pool
string
description
required
Description of the pool purpose
string
Responses
Section titled “ Responses ”string