GET
/
v0
/
liquidity
/
{strategyAddress}
/
deposit
Liquidity Vault Deposit
curl --request GET \
  --url https://kamino.dial.to/api/v0/liquidity/{strategyAddress}/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>"
          }
        ]
      }
    ]
  }
}

Path Parameters

strategyAddress
string
default:BLP7UHUg1yNry94Qk3sM8pAfEyDhTZirwFghw9DoBjn7
required

Strategy public key

Query Parameters

side
enum<string>
default:A

The side of the strategy to deposit to

Available options:
A,
B
Examples:

"A"

Response

200 - application/json

OK

The response is of type object.