cURL
curl --request GET \ --url https://kamino.dial.to/api/v0/lending/reserve/{market}/{reserve}/deposit
{ "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>" } ] } ] } }
Get metadata for depositing a token into Kamino’s lending reserve.
Market public key
Reserve public key
OK
The response is of type object.
object
Was this page helpful?