GET
/
v0
/
lending
/
reserve
/
{market}
/
{reserve}
/
withdraw
Lending Reserve Withdraw
curl --request GET \
  --url https://kamino.dial.to/api/v0/lending/reserve/{market}/{reserve}/withdraw
{
  "title": "Withdraw from Kamino",
  "description": "Withdraw SOL from Kamino lending",
  "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

market
string
default:DxXdAyU3kCjnyggvHmY5nAwg5cRbbmdyX3npfDMjjMek
required

Market public key

reserve
string
default:Ga4rZytCpq1unD4DbEJ5bkHeUz9g3oh9AAFEi6vSauXp
required

Reserve public key

Response

200 - application/json

OK

The response is of type object.