API Documentation
Making LP Pool
GET
This endpoint does not require any parameters, simply send a GET request.
Example request:
Successful response:
Response field explanation:
success
: Whether the request is successfuldata.feeOptions
: Optional transaction fee rate configurationsvalue
: Fee rate value, such as 0.01 representing 0.01%label
: Fee rate descriptionchoice
: The proportion of users who choose this fee rate
data.defaultFee
: The default transaction fee rate
By calling the makingLPPool
endpoint, you can get the optional transaction fee rate configurations and default fee rate when creating a liquidity pool. The frontend can use this information to render a fee rate selector, making it convenient for users to choose a suitable transaction fee rate.
When creating a liquidity pool, you can pass the user-selected fee rate as a parameter to the createLiquidityPool
endpoint, allowing the pool’s transaction fee rate to be set according to the user’s preference.
Response
200
Successfully provided liquidity pool configuration information