cURL
curl --request POST \ --url https://raydium.dial.to/api/v0/clmm/{poolId}/remove-liquidity \ --header 'Content-Type: application/json' \ --data ' { "type": "transaction", "account": "6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176" } '
{ "type": "<unknown>", "transaction": "<string>" }
Remove liquidity from a CLMM pool
The raydium Concentrated Liquidity Pool ID
The percentage of liquidity to remove
0 <= x <= 100
The address of the position to remove liquidity from. If not provided, first available position will be used.
transaction
The public key of the account that executes the transaction
OK
Was this page helpful?