Skip to main content
GET
/
v0
/
lend
/
{poolToken}
/
deposit
Lend Deposit
curl --request GET \
  --url https://defituna.dial.to/api/v0/lend/{poolToken}/deposit
{
  "title": "<string>",
  "description": "<string>",
  "label": "<string>",
  "icon": "<string>",
  "links": {
    "actions": [
      {
        "type": "<any>",
        "href": "<string>",
        "label": "<string>",
        "parameters": [
          {
            "name": "<string>",
            "type": "<string>",
            "label": "<string>"
          }
        ]
      }
    ]
  }
}

Path Parameters

poolToken
string
default:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
required

Token mint address

Response

200 - application/json

OK

title
string
required
description
string
required
label
string
required
icon
string
required
I