cURL
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>" } ] } ] } }
Get metadata for withdrawing a token from Kamino’s lending reserve.
Market public key
Reserve public key
OK
The response is of type object.
object
Was this page helpful?