POST
/
v0
/
dlmm
/
{dlmmPool}
/
remove-liquidity
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>"
}

Path Parameters

dlmmPool
string
required

DLMM pool address

Examples:

"2dBPJGLgNDZnzA32452zV2u6vensbo28dveBvecDg6X1"

Query Parameters

percentage
number
required

The percentage of liquidity to remove (0-100)

Required range: 0 <= x <= 100

Body

application/json

Response

200 - application/json

OK

The response is of type object.