POST
/
v0
/
lending
/
reserve
/
{market}
/
{reserve}
/
final
curl --request POST \
  --url https://kamino.dial.to/api/v0/lending/reserve/{market}/{reserve}/final
{
  "title": "<string>",
  "description": "<string>",
  "label": "<string>",
  "icon": "<string>",
  "links": {
    "actions": [
      {
        "type": "transaction",
        "href": "<string>",
        "label": "<string>",
        "parameters": [
          {
            "name": "<string>",
            "type": "<string>",
            "label": "<string>"
          }
        ]
      }
    ]
  }
}

Path Parameters

market
string
required

Market public key

Examples:

"DxXdAyU3kCjnyggvHmY5nAwg5cRbbmdyX3npfDMjjMek"

reserve
string
required

Reserve public key

Examples:

"Ga4rZytCpq1unD4DbEJ5bkHeUz9g3oh9AAFEi6vSauXp"

Response

200 - application/json

OK

The response is of type object.