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": "<unknown>", "transaction": "<string>" }
Add liquidity to a DLMM pool
DLMM pool address
The amount of tokenX to add
x >= 0
transaction
The public key of the account that executes the transaction
OK
Was this page helpful?