cURL
curl --request POST \ --url https://meteora.dial.to/api/v0/dlmm/{dlmmPool}/add-liquidity \ --header 'Content-Type: application/json' \ --data '{ "type": "transaction", "account": "6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176" }'
{ "type": "<any>", "transaction": "<string>" }
Generate a transaction for adding liquidity into Meteora’s DLMM.
DLMM pool address
"BGm1tav58oGcsQJehL9WXBFXF7D27vZsKefj4xJKD5Y"
The amount of tokenX to add
x >= 0
100
OK
The response is of type object.
object
Was this page helpful?