GET
/
v0
/
multiply
/
{marketAddress}
/
setup
Multiply Setup
curl --request GET \
  --url https://kamino.dial.to/api/v0/multiply/{marketAddress}/setup
{
  "title": "Setup Multiply Position",
  "description": "Setup your multiply position on Kamino",
  "label": "Setup",
  "icon": "https://kamino.dial.to/icon.png",
  "links": {
    "actions": [
      {
        "type": "transaction",
        "href": "<string>",
        "label": "<string>",
        "parameters": [
          {
            "name": "<string>",
            "type": "<string>",
            "label": "<string>"
          }
        ]
      }
    ]
  }
}

Path Parameters

marketAddress
string
default:6WEGfej9B9wjxRs6t4BYpb9iCXd8CpTpJ8fVSNzHCC5y
required

Market public key

Examples:

"6WEGfej9B9wjxRs6t4BYpb9iCXd8CpTpJ8fVSNzHCC5y"

Query Parameters

collTokenMint
string
default:AwCyCPZYJSZ93xcVKNK7jR8e1BHzJXq1D4bReNuh9woY
required

Collateral token mint address

Examples:

"AwCyCPZYJSZ93xcVKNK7jR8e1BHzJXq1D4bReNuh9woY"

debtTokenMint
string
default:Atj6UREVWa7WxbF2EMKNyfmYUY1U1txughe2gjhcPDCo
required

Debt token mint address

Examples:

"Atj6UREVWa7WxbF2EMKNyfmYUY1U1txughe2gjhcPDCo"

Response

200 - application/json

OK

The response is of type object.