POST
/
v0
/
dlmm
/
{dlmmPool}
/
add-liquidity
curl --request POST \
  --url https://meteora.dial.to/api/v0/dlmm/{dlmmPool}/add-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

amount
number
required

The amount of tokenX to add

Required range: x >= 0

Body

application/json

Response

200 - application/json

OK

The response is of type object.