Skip to content

Create a new liquidity pool

POST
/v2/liquidity/pool
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
>= 1 <= 10000
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
string