GET
/
v0
/
farm
/
RAY
/
stake
RAY Stake
curl --request GET \
  --url https://raydium.dial.to/api/v0/farm/RAY/stake
{
  "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"
          }
        ]
      }
    ]
  }
}

Response

200 - application/json

OK

The response is of type object.