cURL
curl --request GET \ --url https://kamino.dial.to/api/v0/lending/reserve/{market}/{reserve}/metadata
{ "rows": [ { "key": "apy", "title": "Annual Percentage Yield", "value": "5.24%" }, { "key": "deposited", "title": "Your Deposited Amount", "value": "10.5 SOL" }, { "key": "earned", "title": "Total Earned", "value": "0.12 SOL" } ] }
Get metadata associated to a Kamino lending reserve.
Market public key
Reserve public key
OK
The response is of type object.
object
Was this page helpful?