GET
/
v0
/
dlmm
/
{dlmmPool}
/
add-liquidity
curl --request GET \
  --url https://meteora.dial.to/api/v0/dlmm/{dlmmPool}/add-liquidity
{
  "title": "<string>",
  "description": "<string>",
  "label": "<string>",
  "icon": "<string>",
  "links": {
    "actions": [
      {
        "type": "<any>",
        "href": "<string>",
        "label": "<string>",
        "parameters": [
          {
            "name": "<string>",
            "type": "<string>",
            "label": "<string>"
          }
        ]
      }
    ]
  }
}

Path Parameters

dlmmPool
string
required

DLMM pool address

Examples:

"2dBPJGLgNDZnzA32452zV2u6vensbo28dveBvecDg6X1"

Response

200 - application/json

OK

The response is of type object.