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

strategyAddress
string
required

Strategy public key

Examples:

"BLP7UHUg1yNry94Qk3sM8pAfEyDhTZirwFghw9DoBjn7"

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.