cURL
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>" }
Add liquidity to a DLMM pool
DLMM pool address
"2dBPJGLgNDZnzA32452zV2u6vensbo28dveBvecDg6X1"
The amount of tokenX to add
x >= 0
OK
The response is of type object.
object
Was this page helpful?