GET
/
api
/
v0
/
lend
/
earn
/
{vaultToken}
/
deposit
Earn Deposit
curl --request GET \
  --url https://jupiter.dial.to/api/v0/lend/earn/{vaultToken}/deposit
{
  "icon": "<string>",
  "label": "<string>",
  "title": "<string>",
  "description": "<string>",
  "disabled": true,
  "error": {
    "message": "<string>"
  },
  "links": {
    "actions": [
      {
        "type": "<string>",
        "label": "<string>",
        "href": "<string>",
        "parameters": [
          {
            "name": "<string>",
            "label": "<string>"
          }
        ]
      }
    ]
  }
}

Path Parameters

vaultToken
string
default:USDC
required

Token symbol or address. Can be a token symbol like USDC or an address.

Example:

"USDC"

Response

200
application/json

Successful response with lend action details

The response is of type object.