cURL
curl --request POST \ --url https://meteora.dial.to/api/v0/dlmm/{dlmmPool}/remove-liquidity \ --header 'Content-Type: application/json' \ --data '{ "type": "<any>", "account": "DUCKmhqoQi26MJ4yWbogEHqN1gs8sZajmBsg9TGnNXq" }'
{ "type": "<any>", "transaction": "<string>" }
Remove liquidity from a DLMM pool
DLMM pool address
"2dBPJGLgNDZnzA32452zV2u6vensbo28dveBvecDg6X1"
The percentage of liquidity to remove (0-100)
0 <= x <= 100
OK
The response is of type object.
object
Was this page helpful?