cURL
curl --request POST \ --url https://kamino.dial.to/api/v0/lending/reserve/{market}/{reserve}/final
{ "title": "Deposit to Kamino", "description": "Deposit SOL to earn yield on Kamino", "label": "Deposit", "icon": "https://kamino.dial.to/icon.png", "links": { "actions": [ { "type": "transaction", "href": "<string>", "label": "<string>", "parameters": [ { "name": "<string>", "type": "<string>", "label": "<string>" } ] } ] } }
Handle final step of lending operation
Market public key
"DxXdAyU3kCjnyggvHmY5nAwg5cRbbmdyX3npfDMjjMek"
Reserve public key
"Ga4rZytCpq1unD4DbEJ5bkHeUz9g3oh9AAFEi6vSauXp"
OK
The response is of type object.
object
Was this page helpful?