Pool
Get the infos of the liquidity pool and initialize liquidity.
poolList
Get the list of liquidity pools
Copy
IPoolListParams
page
number
false
page numbers, defualt 1
IPool
collectionName
string
Collection name
Koda
collectionAddress
string
Collection contract address
0xe012baf811cf9c05c408e879c399960d1f305903
nftsOffer
number
NFT reserve
10
tokensOffer
number
Token reserve
5.5
volume24h
number
24h trading volume
155
floorPrice
number
Best bid price
2
offerPrice
number
Best ask price
1
poolDetail
Get details of pool
Copy
IPoolDetailParams
collectionAddress
string
true
Collection contract address
IPoolDetail
collectionName
string
Collection name
Koda
collectionAddress
string
Collection contract address
0xe012baf811cf9c05c408e879c399960d1f305903
nftsOffer
number
NFT reserve
10
tokensOffer
number
Token reserve
5.5
volume24h
number
24h trading volume
155
floorPrice
number
Best bid price
2
offerPrice
number
Best ask price
1
position
object[]
The list of positions
- pairAddress
string
Contract address of pair/position
0xe012baf811cf9c05c408e879c399960d1f305903
- status
number
Status of position
1: IN_RANGE
2: OUT_OF_RANGE
3: CLOSED
initLiquidity
Init liquidiity and signer is needed here.
Copy
IInitLiquidityParams
signer
ethers.Signer
true
collectionAddress
string
true
Collection address
bondingCurve
number
true
Types of bondingCurve. 0 stands of "XYK".
fee
string
true
Transaction fee, and the unit is wei e.g. 50000000000000000 = 5%
delta
number
true
Concentration
tokenIdList
string[]
true
List of token ids
value
string
true
Amount of $ETH, and the unit is wei e.g. 50000000000000000 wei = 5 eth
initLiquidityForFundingPool
Init liquidity with Funding Pool. Please apply apiKey from Chamcha platform first.
Copy
IInitLiquidityParams
signer
ethers.Signer
true
collectionAddress
string
true
Collection address
bondingCurve
number
true
Types of bondingCurve. 0 stands of "XYK".
fee
string
true
Transaction fee, and the unit is wei e.g. 50000000000000000 = 5%
delta
number
true
Concentration
tokenIdList
string[]
true
List of token ids
value
string
true
Amount of $ETH, and the unit is wei e.g. 50000000000000000 wei = 5 eth
Last updated