GET
/
v0
/
liquidity
/
{strategyAddress}
/
withdraw
Liquidity Vault Withdraw
curl --request GET \
  --url https://kamino.dial.to/api/v0/liquidity/{strategyAddress}/withdraw
{
  "title": "Withdraw from Kamino Vault",
  "description": "Withdraw liquidity from Kamino strategy vault",
  "label": "Withdraw",
  "icon": "https://kamino.dial.to/icon.png",
  "links": {
    "actions": [
      {
        "type": "transaction",
        "href": "<string>",
        "label": "<string>",
        "parameters": [
          {
            "name": "<string>",
            "type": "<string>",
            "label": "<string>"
          }
        ]
      }
    ]
  }
}

Path Parameters

strategyAddress
string
default:BLP7UHUg1yNry94Qk3sM8pAfEyDhTZirwFghw9DoBjn7
required

Strategy public key

Response

200 - application/json

OK

The response is of type object.