githubEdit

Manage Pool (CLMM)

Before submitting any signature-related request, first call /api/nonce to retrieve a fresh nonce for anti-replay.

CLMM - Add Liquidity

post
Body
service_fee_buy_percentagestringRequired

Buying, service fee rate from a to b, a decimal between 0 and 1, only for new pools

service_fee_sell_percentagestringRequired

Selling, service fee rate from b to a, a decimal between 0 and 1, only for new pools

price_tick_lowerintegerRequired

Lower bound of price tick

price_tick_upperintegerRequired

Upper bound of price tick

priceintegerRequired

Set price

unit_tickstringRequired
Responses
chevron-right
200Success
application/json
codeintegerRequired
msgstringRequired
req_idstringRequired
post
/api/pool/clmm/add

CLMM - Remove Liquidity

post
Body
percentstringRequired

Removal ratio, between 1 - 100

price_tick_lowerintegerRequired
price_tick_upperintegerRequired
Responses
chevron-right
200Success
application/json
codeintegerRequired
msgstringRequired
req_idstringRequired
post
/api/pool/clmm/remove
200Success

Last updated