GET
/
v0
/
amm
/
{poolId}
/
remove-liquidity
AMM Remove Liquidity
curl --request GET \
  --url https://raydium.dial.to/api/v0/amm/{poolId}/remove-liquidity
{
  "title": "Add Liquidity to Raydium",
  "description": "Add liquidity to earn fees and rewards",
  "label": "Add Liquidity",
  "icon": "https://raydium.dial.to/icon.png",
  "links": {
    "actions": [
      {
        "type": "<any>",
        "href": "/v0/clmm/8sLbNZoA1cfnvMJLPfp98ZLAnFSYCFApfJKMbiXNLwxj/add-liquidity",
        "label": "Add Liquidity",
        "parameters": [
          {
            "name": "amount",
            "type": "number",
            "label": "Amount"
          }
        ]
      }
    ]
  }
}

Path Parameters

poolId
string
default:58oQChx4yWmvKdwLLZzBi4ChoCc2fqCUWBkwMihLYQo2
required

ID of the Standard AMM pool

Examples:

"58oQChx4yWmvKdwLLZzBi4ChoCc2fqCUWBkwMihLYQo2"

Response

200 - application/json

OK

The response is of type object.